From f4c37b72af4c1f6dbd48f05ce4bebc79ff1dc547 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 18 Apr 2021 13:28:43 +0200 Subject: gis/OTB: Updated for Slackware 15. Signed-off-by: Benjamin Trigona-Harany --- gis/OTB/OTB.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gis/OTB/OTB.SlackBuild') diff --git a/gis/OTB/OTB.SlackBuild b/gis/OTB/OTB.SlackBuild index d0c39f75978b3..3a2ee524a1442 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())") \ -- cgit v1.2.3