diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-18 13:28:43 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 01:07:14 -0500 |
commit | f4c37b72af4c1f6dbd48f05ce4bebc79ff1dc547 (patch) | |
tree | 21b0bebe28cc9a139c2fc83b2a7a6008d95843a9 /gis/OTB | |
parent | 8d8b917775353d443309205a4baeffc56dacdfb1 (diff) |
gis/OTB: Updated for Slackware 15.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'gis/OTB')
-rw-r--r-- | gis/OTB/OTB.SlackBuild | 6 | ||||
-rw-r--r-- | gis/OTB/OTB.info | 2 | ||||
-rw-r--r-- | gis/OTB/README | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gis/OTB/OTB.SlackBuild b/gis/OTB/OTB.SlackBuild index d0c39f75978b..3a2ee524a144 100644 --- a/gis/OTB/OTB.SlackBuild +++ b/gis/OTB/OTB.SlackBuild @@ -100,9 +100,11 @@ cd build -DBUILD_EXAMPLES=OFF \ -DBUILD_TESTING=OFF \ -DOTB_USE_CURL=ON \ - -DOTB_USE_LIBKML=OFF \ + -DOTB_USE_GLUT=ON \ + -DOTB_USE_GSL=ON \ + -DOTB_USE_LIBKML=ON \ -DOTB_USE_MUPARSER=ON \ - -DOTB_USE_OPENCV=${OPENCV:-OFF} \ + -DOTB_USE_OPENCV=ON \ -DOTB_USE_OPENMP=ON \ -DOTB_USE_SHARK=ON \ -DOTB_INSTALL_PYTHON_DIR=$(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") \ diff --git a/gis/OTB/OTB.info b/gis/OTB/OTB.info index cc0685d20466..54b80a92bf6c 100644 --- a/gis/OTB/OTB.info +++ b/gis/OTB/OTB.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/orfeotoolbox/OTB/archive/7.2.0/OTB-7.2.0.tar.gz" MD5SUM="925a7bcf121c72a24dc99924c1a0c02a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="blas gdal ITK OpenSceneGraph muParser ossim Shark tinyxml" +REQUIRES="gdal ITK libkml OpenSceneGraph muParser ossim Shark tinyxml" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" diff --git a/gis/OTB/README b/gis/OTB/README index 456ea30da3e1..a748c83b6450 100644 --- a/gis/OTB/README +++ b/gis/OTB/README @@ -14,7 +14,5 @@ A QT application launcher will be built by default. Set QTGUI=OFF to disable it (note that disabling Qt support will also disable Monteverdi even if MONTEVERDI is set to ON). -OTB may use the following optional dependencies: opencv (use OPENCV=ON). - OTB will be built with support for the following packages if they are -available at compile time: numpy and numpy3. +available at compile time: numpy3. |