hdf5_103, disable static library (#8433)

This commit is contained in:
Schrijvers Luc
2023-04-18 19:52:03 +02:00
committed by GitHub
parent 6341bf10f3
commit 7d581fd8d1

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.10/hdf5-$portVersion/src/hdf5-$portVersion.tar.gz"
CHECKSUM_SHA256="5f9a3ee85db4ea1d3b1fa9159352aebc2af72732fc2f58c96a3f0768dba0e9aa"
SOURCE_DIR="hdf5-$portVersion"
@@ -73,7 +73,8 @@ BUILD()
--enable-fortran2003 \
--enable-cxx \
--disable-sharedlib-rpath \
--disable-threadsafe
--disable-threadsafe \
--disable-static
make $jobArgs
}