hdf5, disable static library (#7735)

This commit is contained in:
Schrijvers Luc
2023-01-05 14:27:22 +01:00
committed by GitHub
parent 6c834dd643
commit 75914e2bb3

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://www.hdfgroup.org/HDF5/"
COPYRIGHT="2011-2019 The HDF Group,
The Board of Trustees of the University of Illinois."
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-$portVersion/src/hdf5-$portVersion.tar.gz"
CHECKSUM_SHA256="a62dcb276658cb78e6795dd29bf926ed7a9bc4edf6e77025cd2c689a8f97c17a"
@@ -102,6 +102,7 @@ BUILD()
{
autoreconf -fi
runConfigure ./configure \
--disable-static \
--enable-hl \
--enable-build-mode=production \
--enable-fortran \