File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def get_pkg_config():
61
61
extralib = "-defaultlib:advapi32 -lgfortran -lquadmath"
62
62
libs_flags = f"-L${{libdir}} -l{ get_library ()} "
63
63
else :
64
- extralib = "-lm -lpthread -lgfortran -lquadmath -L${libdir} -l{get_library()}"
64
+ extralib = f "-lm -lpthread -lgfortran -lquadmath -L${{ libdir} } -l{ get_library ()} "
65
65
libs_flags = ""
66
66
cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 -DOPENBLAS_ILP64_NAMING_SCHEME"
67
67
return dedent (f"""\
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
9
9
[project ]
10
10
name = " scipy_openblas64"
11
- version = " 0.3.24.95.0 "
11
+ version = " 0.3.24.95.1 "
12
12
requires-python = " >=3.7"
13
13
description = " Provides OpenBLAS for python packaging"
14
14
readme = " README.md"
You can’t perform that action at this time.
0 commit comments