Commit 5bd6aec3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

hexagonit.recipe.cmmi is great enough to do all what we need to build cuneiform.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43072 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8623a14
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment