mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
gis/OTB: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f55f92a28f
commit
08957e592d
1 changed files with 2 additions and 2 deletions
|
@ -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())") \
|
||||
|
|
Loading…
Reference in a new issue