From a1950cddf4ea15446c91f89024218b0fb22e13ca Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Wed, 26 Sep 2018 14:19:58 +0200 Subject: [PATCH] [skip-ci] hdf5: enabled high level libraries --- hdf5/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hdf5/PKGBUILD b/hdf5/PKGBUILD index 7b177a1c5..d1ee645f1 100644 --- a/hdf5/PKGBUILD +++ b/hdf5/PKGBUILD @@ -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 \