Changeset 1471 for buildout/shapely.buildout/trunk
- Timestamp:
- 10/27/09 07:26:33 (5 months ago)
- Location:
- buildout/shapely.buildout/trunk
- Files:
-
- 2 modified
-
buildout.cfg (modified) (1 diff)
-
setenv (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buildout/shapely.buildout/trunk/buildout.cfg
r1155 r1471 2 2 index = http://download.zope.org/ppix 3 3 parts = 4 python-2.55 4 interpreter 6 5 geos 7 test 8 python = custom-python 6 testrunner 9 7 develop = 10 8 src/Shapely 11 9 12 [python-2.4]13 recipe = hexagonit.recipe.cmmi14 url = http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz15 configure-options =16 --with-threads17 --with-readline18 19 [python-2.5]20 recipe = hexagonit.recipe.cmmi21 url = http://www.python.org/ftp/python/2.5.1/Python-2.5.1.tgz22 configure-options =23 --with-threads24 --with-readline25 26 10 [geos] 27 11 recipe = hexagonit.recipe.cmmi 28 url = http://geos.refractions.net/downloads/geos-2.2.3.tar.bz2 29 #url = http://geos.refractions.net/downloads/geos-3.0.0.tar.bz2 30 #patch-options = -p1 31 #patches = 32 # ${buildout:directory}/patches/geos-3.0.0-conditional.patch 33 34 [custom-python] 35 executable = ${python-2.5:location}/bin/python 12 url = http://download.osgeo.org/geos/geos-3.1.1.tar.bz2 36 13 37 14 [interpreter] 38 15 recipe = zc.recipe.egg 39 #find-links = http://puzzle.dl.sourceforge.net/sourceforge/numpy/numpy-1.0.3-2.tar.gz40 16 eggs = 41 17 Shapely 42 18 numpy 43 interpreter = python19 interpreter = labpy 44 20 45 [test ]21 [testrunner] 46 22 recipe = zc.recipe.testrunner 47 eggs = Shapely 48 numpy 49 defaults = [ '--auto-color', '-v'] 23 extra-paths = 24 ${buildout:directory}/eggs/numpy-1.3.0-py2.5-macosx-10.5-i386.egg 25 eggs = 26 Shapely 27 script = test-shapely 28 environment = geosenv 29 30 [geosenv] 31 LD_LIBRARY_PATH = ${geos:location}/lib 32 DYLD_LIBRARY_PATH = ${geos:location}/lib -
buildout/shapely.buildout/trunk/setenv
r825 r1471 10 10 11 11 # For Linux systems with a bash compatible shell 12 export LD_LIBRARY_PATH=$GEOS12 # export LD_LIBRARY_PATH=$GEOS 13 13 14 14 # For Linux systems with a tcsh compatible shell … … 16 16 17 17 # For Mac OS X with a bash compatible shell 18 #export DYLD_LIBRARY_PATH=$GEOS18 export DYLD_LIBRARY_PATH=$GEOS 19 19 20 20 # For Mac OS X with a tcsh compatible shell
