Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ita9naiwa committed Jan 15, 2024
1 parent a17b436 commit e9247ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_compiler(name: str):
sources=["buffalo/algo/_eals.pyx", "lib/algo_impl/eals/eals.cc"] + common_srcs,
language="c++",
include_dirs=["./include"] + extra_include_dirs,
libraries=["gomp", "openblas"],
libraries=["gomp"],
extra_compile_args=["-fopenmp", "-std=c++14", "-O3"] + extended_compile_flags,
define_macros=[("NPY_NO_DEPRECATED_API", "1")]),
Extension(name="buffalo.algo._cfr",
Expand Down

0 comments on commit e9247ee

Please sign in to comment.