[Erp5-report] r26964 - /experimental/erp5.buildout/profiles/base.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 14 09:47:04 CEST 2009


Author: jerome
Date: Thu May 14 09:46:57 2009
New Revision: 26964

URL: http://svn.erp5.org?rev=26964&view=rev
Log:
use zc.recipe.egg:custom to build itools, because include dirs specified in
itools' setup does not contain the include directory where glib is installed by
defaut on 64bits machines ( /usr/lib64/glib-2.0/include/ )


Modified:
    experimental/erp5.buildout/profiles/base.cfg

Modified: experimental/erp5.buildout/profiles/base.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/base.cfg?rev=26964&r1=26963&r2=26964&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/base.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/base.cfg [utf8] Thu May 14 09:46:57 2009
@@ -101,7 +101,6 @@
     PyXML
     4Suite-XML
     ply
-    itools
     python-ldap
     lxml
     pytz
@@ -110,7 +109,7 @@
     mechanize
     ClientForm
     timerserver
-
+    ${itools:egg}
 products =
   ${cmf15:location}/CMF/
   ${products-deps:location}
@@ -122,6 +121,12 @@
     interval 5
   </timer-server>
 
+[itools]
+# use a custom build for itools, to add lib64 to the include path
+recipe = zc.recipe.egg:custom
+egg = itools
+include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/
+
 #XXX bug in 4Suite
 [mkdir-instances]
 recipe = ore.recipe.fs:mkdir




More information about the Erp5-report mailing list