Commit 9f66d69e authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Improve the recipes.

OpenJPEG is now not installed in a different location.
Added Proj dependencies and try to fix cmake build.
parent 2e6f221a
......@@ -13,4 +13,4 @@ md5sum = f9ee64845881a15109ed0aa73a12202f
configure-command = ${cmake:location}/bin/cmake
configure-options =
-DCMAKE_BUILD_TYPE=Release
-DINSTALL_COMMAND=""
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
[buildout]
extends =
../cmake/buildout.cfg
../curl/buildout.cfg
../libtiff/buildout.cfg
../sqlite3/buildout.cfg
parts =
proj
......@@ -7,5 +13,7 @@ recipe = slapos.recipe.cmmi
version = 9.4.0
url = http://download.osgeo.org/proj/proj-${:version}.tar.gz
md5sum = c33fd24cf4e3a3048c330b1b07e86b4f
configure-command = ${cmake:location}/bin/cmake
configure-options =
--disable-dependency-tracking
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_PREFIX_PATH=${curl:location};${libtiff:location};${sqlite3:location}
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