Commit b3656aac authored by Łukasz Nowak's avatar Łukasz Nowak

- build by using local cmake and simple command as there is no recipe which...

 - build by using local cmake and simple command as there is no recipe which supports cmake way of building


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43053 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96db5a7c
[buildout]
extends =
cmake.cfg
parts = cuneiform
[cuneiform]
recipe = hexagonit.recipe.cmmi
[cuneiform-source]
recipe = hexagonit.recipe.download
strip-top-level-dir = true
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}
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