Skip to content

Commit

Permalink
add OPENBLAS_ILP64_NAMING_SCHEME so meson does not have to
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Nov 14, 2023
1 parent 4e7727f commit 3053c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/scipy_openblas64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_pkg_config():
else:
extralib = "-lm -lpthread -lgfortran -lquadmath -L${libdir} -l{get_library()}"
libs_flags = ""
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"
return dedent(f"""\
libdir={get_lib_dir()}
includedir={get_include_dir()}
Expand Down

0 comments on commit 3053c45

Please sign in to comment.