From: <js...@us...> - 2010-03-01 15:58:58
|
Revision: 8165 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8165&view=rev Author: jswhit Date: 2010-03-01 15:58:51 +0000 (Mon, 01 Mar 2010) Log Message: ----------- update for geos-3.2.0 Modified Paths: -------------- trunk/toolkits/basemap/MANIFEST.in trunk/toolkits/basemap/README trunk/toolkits/basemap/doc/users/installing.rst Removed Paths: ------------- trunk/toolkits/basemap/geos-3.1.1/ Modified: trunk/toolkits/basemap/MANIFEST.in =================================================================== --- trunk/toolkits/basemap/MANIFEST.in 2010-03-01 15:51:19 UTC (rev 8164) +++ trunk/toolkits/basemap/MANIFEST.in 2010-03-01 15:58:51 UTC (rev 8165) @@ -94,7 +94,7 @@ include doc/make.py include doc/conf.py include doc/index.rst -recursive-include geos-3.1.1 * +recursive-include geos-3.2.0 * recursive-include lib/dap * recursive-include lib/httplib2 * recursive-include lib/dbflib * Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2010-03-01 15:51:19 UTC (rev 8164) +++ trunk/toolkits/basemap/README 2010-03-01 15:58:51 UTC (rev 8165) @@ -12,7 +12,7 @@ numpy 1.1 (or higher) The GEOS (Geometry Engine - Open Source) library (version 3.1.1 or higher). -Source code is included in the geos-3.1.1 directory. +Source code is included in the geos-3.2.0 directory. PIL (http://pythonware.com/products/pil) is optional (only needed for Basemap warpimage and bluemarble methods). Modified: trunk/toolkits/basemap/doc/users/installing.rst =================================================================== --- trunk/toolkits/basemap/doc/users/installing.rst 2010-03-01 15:51:19 UTC (rev 8164) +++ trunk/toolkits/basemap/doc/users/installing.rst 2010-03-01 15:58:51 UTC (rev 8165) @@ -24,7 +24,7 @@ **Required libraries that ship with basemap** `GEOS <http://trac.osgeo.org/geos/>`__ (Geometry Engine - Open Source) library 3.1.1 or later. - Source code is included in the geos-3.1.1 directory. + Source code is included in the geos-3.2.0 directory. When building from source, must be built and installed separately from basemap (see build instructions below). Included in Windows binary installers. @@ -75,7 +75,7 @@ Then go to next step. If you don't have it, you can build it from the source code included with basemap by following these steps:: - cd geos-3.1.1 + cd geos-3.2.0 export GEOS_DIR=<where you want the libs and headers to go> # A reasonable choice on a Unix-like system is /usr/local, or # if you don't have permission to write there, your home directory. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |