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 4e7727f commit 3053c45Copy full SHA for 3053c45
local/scipy_openblas64/__init__.py
@@ -63,7 +63,7 @@ def get_pkg_config():
63
else:
64
extralib = "-lm -lpthread -lgfortran -lquadmath -L${libdir} -l{get_library()}"
65
libs_flags = ""
66
- cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64"
+ 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()}
69
includedir={get_include_dir()}
0 commit comments