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.
2 parents a9f3eff + b1dcfad commit 2572b14Copy full SHA for 2572b14
setup.py
@@ -77,7 +77,7 @@ def checkversion(GEOS_dir):
77
manually and set the variable GEOS_dir (right after the line
78
that says "set GEOS_dir manually here".""" % "', '".join(geos_search_locations))
79
else:
80
- geos_include_dirs=[os.path.join(GEOS_dir,'include'),inc_dirs]
+ geos_include_dirs=[os.path.join(GEOS_dir,'include')] + inc_dirs
81
geos_library_dirs=[os.path.join(GEOS_dir,'lib'),os.path.join(GEOS_dir,'lib64')]
82
83
packages = ['mpl_toolkits','mpl_toolkits.basemap']
0 commit comments