Commit 345bb421 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

build cuneiform with magick++ support.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43079 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51eae265
[buildout]
extends =
cmake.cfg
imagemagick.cfg
parts = cuneiform
[cuneiform]
......@@ -14,6 +15,9 @@ configure-command =
-DCMAKE_INSTALL_RPATH=${:location}/lib64:${:location}/lib \
-DCMAKE_INSTALL_PREFIX=${:location} \
-DNO_SYSTEM_ENVIRONMENT_PATH=ON \
-DCMAKE_INCLUDE_PATH=${imagemagick:location}/include \
-DCMAKE_LIBRARY_PATH=${imagemagick:location}/lib \
-DCMAKE_INSTALL_RPATH=${:location}/lib64:${:location}/lib:${imagemagick:location}/lib \
-DCMAKE_BUILD_TYPE=release \
..
make-binary =
......
......@@ -29,7 +29,7 @@ url = http://ftp.nluug.nl/ImageMagick/ImageMagick-6.6.7-4.tar.bz2
md5sum = e2e7252ec282bda9aad6907ecb6a9b98
configure-options =
--without-x
--without-magick-plus-plus
--with-magick-plus-plus
--disable-openmp
--disable-opencl
--without-openexr
......
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