Show
Ignore:
Timestamp:
10/27/09 07:26:33 (5 months ago)
Author:
seang
Message:

Simplify buildout

Location:
buildout/shapely.buildout/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • buildout/shapely.buildout/trunk/buildout.cfg

    r1155 r1471  
    22index = http://download.zope.org/ppix 
    33parts =  
    4     python-2.5 
    54    interpreter 
    65    geos 
    7     test 
    8 python = custom-python 
     6    testrunner 
    97develop = 
    108    src/Shapely 
    119 
    12 [python-2.4] 
    13 recipe = hexagonit.recipe.cmmi 
    14 url = http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tgz 
    15 configure-options = 
    16     --with-threads 
    17     --with-readline 
    18  
    19 [python-2.5] 
    20 recipe = hexagonit.recipe.cmmi 
    21 url = http://www.python.org/ftp/python/2.5.1/Python-2.5.1.tgz 
    22 configure-options = 
    23     --with-threads 
    24     --with-readline 
    25  
    2610[geos] 
    2711recipe = 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 
     12url = http://download.osgeo.org/geos/geos-3.1.1.tar.bz2 
    3613 
    3714[interpreter] 
    3815recipe = zc.recipe.egg 
    39 #find-links = http://puzzle.dl.sourceforge.net/sourceforge/numpy/numpy-1.0.3-2.tar.gz 
    4016eggs = 
    4117    Shapely 
    4218    numpy 
    43 interpreter = python 
     19interpreter = labpy 
    4420 
    45 [test] 
     21[testrunner] 
    4622recipe = zc.recipe.testrunner 
    47 eggs = Shapely 
    48        numpy 
    49 defaults = [ '--auto-color', '-v'] 
     23extra-paths =    
     24    ${buildout:directory}/eggs/numpy-1.3.0-py2.5-macosx-10.5-i386.egg 
     25eggs = 
     26    Shapely 
     27script = test-shapely 
     28environment = geosenv 
     29 
     30[geosenv] 
     31LD_LIBRARY_PATH = ${geos:location}/lib 
     32DYLD_LIBRARY_PATH = ${geos:location}/lib 
  • buildout/shapely.buildout/trunk/setenv

    r825 r1471  
    1010 
    1111# For Linux systems with a bash compatible shell 
    12 export LD_LIBRARY_PATH=$GEOS 
     12# export LD_LIBRARY_PATH=$GEOS 
    1313 
    1414# For Linux systems with a tcsh compatible shell 
     
    1616 
    1717# For Mac OS X with a bash compatible shell 
    18 #export DYLD_LIBRARY_PATH=$GEOS 
     18export DYLD_LIBRARY_PATH=$GEOS 
    1919 
    2020# For Mac OS X with a tcsh compatible shell