Skip to content

Commit 9818422

Browse files
committed
fix: build with vendored PLFIT by default
instead of leaving this up to auto-detection
1 parent db30879 commit 9818422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _compile_in(
280280
args.append("-DIGRAPH_GRAPHML_SUPPORT:BOOL=OFF")
281281

282282
# Build the Python interface with vendored libraries
283-
for deps in "ARPACK BLAS GLPK GMP LAPACK".split():
283+
for deps in "ARPACK BLAS GLPK GMP LAPACK PLFIT".split():
284284
args.append("-DIGRAPH_USE_INTERNAL_" + deps + "=ON")
285285

286286
# Use link-time optinization if available

0 commit comments

Comments
 (0)