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>
This commit is contained in:
Giancarlo Dessì 2023-07-23 22:42:09 +02:00 committed by Willy Sudiarto Raharjo
parent 3bbf69ea1c
commit 0fc34526ee
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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 \