[skip-ci] hdf5: enabled high level libraries

This commit is contained in:
Francesco Marinucci 2018-09-26 14:19:58 +02:00
parent ba5af191fc
commit a1950cddf4

View File

@ -1,6 +1,6 @@
pkgname=hdf5
pkgver=1.10.3
pkgrel=1
pkgrel=2
arch=('x86_64')
pkgdesc="General purpose library and file format for storing scientific data"
url="http://www.hdfgroup.org/HDF5/"
@ -15,7 +15,8 @@ build() {
# export CFLAGS="${CFLAGS/O2/O0}"
# export CXXFLAGS="${CFLAGS}"
./configure --prefix=/usr --disable-static \
--disable-hl \
--enable-unsupported \
--enable-hl \
--enable-threadsafe \
--enable-build-mode=production \
--with-pic \