File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change
1
+ - [ ] I updated the version in pyproject.toml and made sure it matches ` git describe --tags --abbrev=8 ` in OpenBLAS at the ` OPENBLAS_COMMIT `
Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ def get_pkg_config():
59
59
"""
60
60
if sys .platform == "win32" :
61
61
extralib = "-defaultlib:advapi32 -lgfortran -lquadmath"
62
- libs_flags = f"-L${{libdir}} -l{ get_library ()} "
63
62
else :
64
63
extralib = f"-lm -lpthread -lgfortran -lquadmath -L${{libdir}} -l{ get_library ()} "
65
- libs_flags = "-L${{libdir}} -l{get_library()}"
64
+ libs_flags = f "-L${{libdir}} -l{ get_library ()} "
66
65
cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 -DOPENBLAS_ILP64_NAMING_SCHEME"
67
66
return dedent (f"""\
68
67
libdir={ get_lib_dir ()}
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.26.0"
11
+ version = " 0.3.26.0.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