mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
hdf5_103, disable static library (#8433)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user