|
From: <js...@us...> - 2008-10-30 14:58:51
|
Revision: 6357
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6357&view=rev
Author: jswhit
Date: 2008-10-30 14:58:47 +0000 (Thu, 30 Oct 2008)
Log Message:
-----------
add /usr to GEOS search dirs
Modified Paths:
--------------
trunk/toolkits/basemap/setup.py
Modified: trunk/toolkits/basemap/setup.py
===================================================================
--- trunk/toolkits/basemap/setup.py 2008-10-30 14:56:51 UTC (rev 6356)
+++ trunk/toolkits/basemap/setup.py 2008-10-30 14:58:47 UTC (rev 6357)
@@ -45,7 +45,7 @@
if GEOS_dir is None:
# if GEOS_dir not set, check a few standard locations.
- GEOS_dirs = ['/usr/local','/sw','/opt','/opt/local',os.path.expanduser('~')]
+ GEOS_dirs = ['/usr','/usr/local','/sw','/opt','/opt/local',os.path.expanduser('~')]
for direc in GEOS_dirs:
geos_version = checkversion(direc)
print 'checking for GEOS lib in %s ....' % direc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|