diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-04-28 11:27:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-05 06:46:24 +0700 |
commit | 3a0a25e44563bd29735d9bc1e5b186e0023e7d7f (patch) | |
tree | f788b57b0f6e719dc75c34fec29b6b5694d22107 /gis/OTB/OTB.info | |
parent | 03e44fd6de81c41244ab4b9bc846af2becf5547e (diff) |
gis/OTB: Script improvements.
Changes:
- addition to /etc/profile.d to set OTB_APPLICATION_PATH
- disable Monteverdi by default (removes need for qwt)
- ability to disable Qt launcher
- clarification on optional dependencies
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/OTB/OTB.info')
-rw-r--r-- | gis/OTB/OTB.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/OTB/OTB.info b/gis/OTB/OTB.info index 7a292f6a98df2..9777e8a392f7e 100644 --- a/gis/OTB/OTB.info +++ b/gis/OTB/OTB.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/orfeotoolbox/OTB/archive/6.4.0/OTB-6.4.0.tar.gz" MD5SUM="21b425dc0b8884bf2441f372ed041d8e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gdal ITK OpenSceneGraph muParser python3 ossim qwt Shark tinyxml" +REQUIRES="gdal ITK OpenSceneGraph muParser python3 ossim Shark tinyxml" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |