[Erp5-report] r43072 kazuhiko - /erp5/trunk/buildout/software-profiles/cuneiform.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 4 21:40:27 CET 2011


Author: kazuhiko
Date: Fri Feb  4 21:40:27 2011
New Revision: 43072

URL: http://svn.erp5.org?rev=43072&view=rev
Log:
hexagonit.recipe.cmmi is great enough to do all what we need to build cuneiform.

Modified:
    erp5/trunk/buildout/software-profiles/cuneiform.cfg

Modified: erp5/trunk/buildout/software-profiles/cuneiform.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/cuneiform.cfg?rev=43072&r1=43071&r2=43072&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/cuneiform.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/cuneiform.cfg [utf8] Fri Feb  4 21:40:27 2011
@@ -3,16 +3,18 @@ extends =
   cmake.cfg
 parts = cuneiform
 
-[cuneiform-source]
-recipe = hexagonit.recipe.download
-strip-top-level-dir = true
+[cuneiform]
+recipe = hexagonit.recipe.cmmi
 url = http://launchpad.net/cuneiform-linux/1.0/1.0/+download/cuneiform-linux-1.0.0.tar.bz2
 md5sum = 785232ffffad7d82446fbac08a1c3ef9
-
-[cuneiform]
-recipe = plone.recipe.command
-stop-on-error = true
-update-command = ${:command}
 location = ${buildout:parts-directory}/${:_buildout_section_name_}
-workdir = ${:location}__work__
-command = rm -rf ${:workdir} ${:location} && mkdir ${:workdir} ${:location} && cd ${:workdir} && ${cmake:location}/bin/cmake -DCMAKE_INSTALL_RPATH=${:location}/lib64:${:location}/lib -DCMAKE_INSTALL_PREFIX=${:location} -DNO_SYSTEM_ENVIRONMENT_PATH=ON -DCMAKE_BUILD_TYPE=release ${cuneiform-source:location}  && make install && rm -rf ${:workdir}
+configure-command =
+  mkdir build && cd build && \
+  ${cmake:location}/bin/cmake \
+    -DCMAKE_INSTALL_RPATH=${:location}/lib64:${:location}/lib \
+    -DCMAKE_INSTALL_PREFIX=${:location} \
+    -DNO_SYSTEM_ENVIRONMENT_PATH=ON \
+    -DCMAKE_BUILD_TYPE=release \
+    ..
+make-binary =
+  cd build && make



More information about the Erp5-report mailing list