Revision: 4732
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4732&view=rev
Author: jswhit
Date: 2007-12-14 08:28:34 -0800 (Fri, 14 Dec 2007)
Log Message:
-----------
look in /opt/local for geos lib (macports installs there)
Modified Paths:
--------------
trunk/toolkits/basemap/setup.py
Modified: trunk/toolkits/basemap/setup.py
===================================================================
--- trunk/toolkits/basemap/setup.py 2007-12-14 13:01:36 UTC (rev 4731)
+++ trunk/toolkits/basemap/setup.py 2007-12-14 16:28:34 UTC (rev 4732)
@@ -52,7 +52,7 @@
if GEOS_dir is None:
# if GEOS_dir not set, check a few standard locations.
- GEOS_dirs = ['/usr/local','/sw','/opt',os.path.expanduser('~')]
+ GEOS_dirs =
['/usr/local','/sw','/opt','/opt/local',os.path.expanduser('~')]
for direc in GEOS_dirs:
geos_version = check_geosversion(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.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins