Skip to content

Commit

Permalink
Remove optional openblas dependency to compile C extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Sep 24, 2020
1 parent 2a54cfe commit 4a223eb
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 @@ -11,7 +11,7 @@
"pguresvt._pguresvt",
sources=["pguresvt/_pguresvt.pyx"],
include_dirs=["pguresvt/", "src/", np.get_include()],
libraries=["openblas", "lapack", "armadillo", "nlopt"],
libraries=["lapack", "armadillo", "nlopt"],
language="c++",
extra_compile_args=[
"-fPIC",
Expand Down

0 comments on commit 4a223eb

Please sign in to comment.