Skip to content

Commit beb25a6

Browse files
committed
typos
1 parent ae9012d commit beb25a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

local/scipy_openblas64/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def get_pkg_config(use_preloading=False, use_prefix=False):
8282
libs_flags = f"${{libdir}}/{get_library(fullname=True)} -Wl,-rpath,${{libdir}}"
8383
cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 -DOPENBLAS_ILP64_NAMING_SCHEME"
8484
if use_prefix:
85-
libdir = "${pcfiledir}/../../lib
86-
incdir = "${pcfiledir}/../../include
85+
libdir = "${pcfiledir}/../../lib"
86+
incdir = "${pcfiledir}/../../include"
8787
else:
8888
# Don't use `$prefix` since the file may be located outside the package tree
8989
libdir = get_lib_dir()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ environment-pass = [
5858
[tool.cibuildwheel.linux]
5959
environment = { CC = "/opt/clang/bin/clang", CXX = "/opt/clang/bin/clang++", LDFLAGS = "-fuse-ld=lld" }
6060

61-
[tool.entry-points.pkg_config]
61+
[project.entry-points.pkg_config]
6262
scipy-openblas = 'scipy_openblas64.lib.pkgconfig'

0 commit comments

Comments
 (0)