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 db30879 commit 9818422Copy full SHA for 9818422
setup.py
@@ -280,7 +280,7 @@ def _compile_in(
280
args.append("-DIGRAPH_GRAPHML_SUPPORT:BOOL=OFF")
281
282
# Build the Python interface with vendored libraries
283
- for deps in "ARPACK BLAS GLPK GMP LAPACK".split():
+ for deps in "ARPACK BLAS GLPK GMP LAPACK PLFIT".split():
284
args.append("-DIGRAPH_USE_INTERNAL_" + deps + "=ON")
285
286
# Use link-time optinization if available
0 commit comments