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.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to