Skip to content

Commit

Permalink
add required link arguments to pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jan 21, 2024
1 parent e478c4b commit 2893245
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 @@ -62,7 +62,7 @@ def get_pkg_config():
libs_flags = f"-L${{libdir}} -l{get_library()}"
else:
extralib = f"-lm -lpthread -lgfortran -lquadmath -L${{libdir}} -l{get_library()}"
libs_flags = ""
libs_flags = "-L${{libdir}} -l{get_library()}"
cflags = "-DBLAS_SYMBOL_PREFIX=scipy_ -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 -DOPENBLAS_ILP64_NAMING_SCHEME"
return dedent(f"""\
libdir={get_lib_dir()}
Expand Down

0 comments on commit 2893245

Please sign in to comment.