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.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins