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 1fb803a commit 2589450Copy full SHA for 2589450
setup.py
@@ -19,9 +19,9 @@
19
from shutil import copy2
20
from subprocess import Popen, PIPE
21
22
-LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/tmp/include/igraph']
+LIBIGRAPH_FALLBACK_INCLUDE_DIRS = ['/usr/include/igraph', '/usr/local/include/igraph']
23
LIBIGRAPH_FALLBACK_LIBRARIES = ['igraph']
24
-LIBIGRAPH_FALLBACK_LIBRARY_DIRS = ['/tmp/lib']
+LIBIGRAPH_FALLBACK_LIBRARY_DIRS = []
25
26
if version_info < (2, 5):
27
print("This module requires Python >= 2.5")
0 commit comments