summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Giancarlo Dessì2023-07-23 22:42:09 +0200
committer Willy Sudiarto Raharjo2023-07-29 03:13:40 +0200
commit0fc34526ee7db9ebeb4c2f4d0ad276f721f644c7 (patch)
tree518b857c6c7c46e979184b06376a458f03817a07 /gis
parent3bbf69ea1c9eb943365bf5349a8ea0b926e27bfa (diff)
downloadslackbuilds-0fc34526ee7db9ebeb4c2f4d0ad276f721f644c7.tar.gz
gis/ossim: Disable hdf5 support.
Not compatible with the newer hdf5 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/ossim/README2
-rw-r--r--gis/ossim/ossim.SlackBuild2
2 files changed, 1 insertions, 3 deletions
diff --git a/gis/ossim/README b/gis/ossim/README
index 0be9350d24..a6a973ca26 100644
--- a/gis/ossim/README
+++ b/gis/ossim/README
@@ -2,5 +2,3 @@ OSSIM is a powerful suite of geospatial libraries and applications
used to process imagery, maps, terrain and vector data. The software
has been under active development since 1996 and is deployed across a
number of private, federal and civilian agencies.
-
-Optional dependencies: hdf5.
diff --git a/gis/ossim/ossim.SlackBuild b/gis/ossim/ossim.SlackBuild
index e6880428ab..298be790bd 100644
--- a/gis/ossim/ossim.SlackBuild
+++ b/gis/ossim/ossim.SlackBuild
@@ -95,7 +95,7 @@ cd build
-DBUILD_OSSIM_APPS=ON \
-DBUILD_OSSIM_FREETYPE_SUPPORT=ON \
-DBUILD_OSSIM_GUI=ON \
- -DBUILD_OSSIM_HDF5_SUPPORT=ON \
+ -DBUILD_OSSIM_HDF5_SUPPORT=OFF \
-DBUILD_OSSIM_ID_SUPPORT=ON \
-DBUILD_OSSIM_PLANET=ON \
-DBUILD_OSSIM_WMS=ON \