From: <js...@us...> - 2007-12-10 16:17:21
|
Revision: 4687 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4687&view=rev Author: jswhit Date: 2007-12-10 08:17:16 -0800 (Mon, 10 Dec 2007) Log Message: ----------- setup.py now looks for GEOS lib in a few standard places if GEOS_DIR not set. Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2007-12-10 16:15:30 UTC (rev 4686) +++ trunk/toolkits/basemap/Changelog 2007-12-10 16:17:16 UTC (rev 4687) @@ -1,4 +1,9 @@ version 0.9.9 (not yet released) + * setup.py now looks for GEOS library in a few standard + places (/usr/local, /opt, $HOME, /sw) if the GEOS_DIR + environment variable not set. This is a workaround for a + new Leopard 'feature' (sudo does not inherit enviroment + variables). * added support for reading Point and MultiPoint shapes from ESRI shapefiles. * now automatically draws figure if running in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |