From 55450cbf5806bb3e944fdc9d31b851ec00c5c6484972a1be3b5c0c676704b667 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sat, 17 Jun 2017 01:01:38 +0000 Subject: [PATCH] Accepting request 504310 from home:cjunghans:branches:science OBS-URL: https://build.opensuse.org/request/show/504310 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=40 --- hdf5.changes | 5 +++++ hdf5.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/hdf5.changes b/hdf5.changes index 8225fb5..ca601cf 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 16 21:13:30 UTC 2017 - junghans@votca.org + +- Enabled szlib support through libaec's szlib API + ------------------------------------------------------------------- Wed Oct 5 19:03:35 UTC 2016 - toddrme2178@gmail.com diff --git a/hdf5.spec b/hdf5.spec index 081809d..efe87da 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -66,6 +66,7 @@ BuildRequires: gcc-fortran BuildRequires: krb5-devel BuildRequires: openssl-devel BuildRequires: zlib-devel +BuildRequires: libsz2-devel %if 0%{?_openmpi} BuildRequires: openmpi-devel %endif @@ -821,6 +822,7 @@ pushd build --enable-cxx \ --enable-threadsafe \ --enable-build-mode=production \ + --with-szlib \ --with-pthread make V=1 %{?_smp_mflags}