[Liblas-commits] hg: development egg building

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Mar 25 22:47:13 EDT 2010


changeset 696fa42e0f74 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=696fa42e0f74
summary: development egg building

diffstat:

 buildout/buildout.cfg |  25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diffs (64 lines):

diff -r 2406a8815d3d -r 696fa42e0f74 buildout/buildout.cfg
--- a/buildout/buildout.cfg	Thu Mar 25 08:54:03 2010 -0500
+++ b/buildout/buildout.cfg	Thu Mar 25 21:41:24 2010 -0500
@@ -20,13 +20,19 @@
     cmake-liblas
     make-liblas
     liblas-python
+    labpy
     setenv
-
+    
 eggs =
     simplejson
     geojson
     numpy
-    
+
+egg-directory = eggs
+
+develop = source/rtree
+    source/liblas/python
+
 [python]
 executable = ${buildout:directory}/bin/python
 
@@ -76,14 +82,9 @@
 prefix=${buildout:directory}
 
 [rtree]
-recipe = z3c.recipe.egg:setup
+recipe = zc.recipe.egg:custom
 setup = ${source-svn:location}/rtree
 egg = Rtree
-args = 
-    clean
-    build
-    test
-    install
 include-dirs =
     ${libspatialindex:location}/include
 library-dirs =
@@ -199,7 +200,7 @@
 prefix=${buildout:directory}
 
 [liblas-python]
-recipe = z3c.recipe.egg:setup
+recipe = zc.recipe.egg:custom
 setup = ${source-svn:location}/liblas/python
 args = 
     clean
@@ -229,11 +230,9 @@
 [labpy]
 recipe = zc.recipe.egg
 interpreter = labpy
-eggs = 
+eggs = Rtree
     libLAS
-    Rtree
-    GDAL
-    
+
 
     
 


More information about the Liblas-commits mailing list