We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e478c4b commit 2893245Copy full SHA for 2893245
local/scipy_openblas64/__init__.py
@@ -62,7 +62,7 @@ def get_pkg_config():
62
libs_flags = f"-L${{libdir}} -l{get_library()}"
63
else:
64
extralib = f"-lm -lpthread -lgfortran -lquadmath -L${{libdir}} -l{get_library()}"
65
- libs_flags = ""
+ libs_flags = "-L${{libdir}} -l{get_library()}"
66
cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 -DOPENBLAS_ILP64_NAMING_SCHEME"
67
return dedent(f"""\
68
libdir={get_lib_dir()}
0 commit comments