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 b8ded44 commit c7ca7b6Copy full SHA for c7ca7b6
setup.py
@@ -277,6 +277,7 @@ def _compile_in(
277
return False
278
args.insert(0, emcmake)
279
args.append("-DIGRAPH_WARNINGS_AS_ERRORS:BOOL=OFF")
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():
0 commit comments