summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Giancarlo Dessi2024-04-02 04:44:10 +0200
committer Willy Sudiarto Raharjo2024-04-02 05:48:09 +0200
commit08957e592d2b6c878377a0d0a1776087985b0658 (patch)
treea3c51135f9300d543030eff34aa20c2cee969fe2 /gis
parentf55f92a28f9cd03e513a75ae4c46cf99a6bd4d9b (diff)
downloadslackbuilds-08957e592d2b6c878377a0d0a1776087985b0658.tar.gz
gis/OTB: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/OTB/OTB.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/OTB/OTB.SlackBuild b/gis/OTB/OTB.SlackBuild
index ed5b042841..c71a583df5 100644
--- a/gis/OTB/OTB.SlackBuild
+++ b/gis/OTB/OTB.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OTB
VERSION=${VERSION:-9.0.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -115,7 +115,7 @@ cd build
-DOTB_USE_LIBKML=ON \
-DOTBGroup_Learning=ON \
-DOTBGroup_FeaturesExtraction=ON \
- -DOTB_USE_MUPARSERX=OFF \
+ -DOTB_USE_MUPARSERX=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())") \