Skip to content

Commit f544ee0

Browse files
authored
Merge pull request #127 from mattip/lib-typo
fix typo and increment version
2 parents aacba21 + 0b201d1 commit f544ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

local/scipy_openblas64/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_pkg_config():
6161
extralib = "-defaultlib:advapi32 -lgfortran -lquadmath"
6262
libs_flags = f"-L${{libdir}} -l{get_library()}"
6363
else:
64-
extralib = "-lm -lpthread -lgfortran -lquadmath -L${libdir} -l{get_library()}"
64+
extralib = f"-lm -lpthread -lgfortran -lquadmath -L${{libdir}} -l{get_library()}"
6565
libs_flags = ""
6666
cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 -DOPENBLAS_ILP64_NAMING_SCHEME"
6767
return dedent(f"""\

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy_openblas64"
11-
version = "0.3.24.95.0"
11+
version = "0.3.24.95.1"
1212
requires-python = ">=3.7"
1313
description = "Provides OpenBLAS for python packaging"
1414
readme = "README.md"

0 commit comments

Comments
 (0)