From 9295233f61a57e5c1e8cb0c9735add64ac7e9460 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 6 Aug 2017 16:26:06 -0600 Subject: [PATCH] enable szip support through libaec --- hdf5.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index 4ccb96b..481aa37 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -7,7 +7,7 @@ # You need to recompile all users of HDF5 for each version change Name: hdf5 Version: 1.8.18 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD Group: System Environment/Libraries @@ -32,6 +32,7 @@ BuildRequires: automake BuildRequires: libtool # Needed for mpi tests BuildRequires: openssh-clients +BuildRequires: libaec-devel %global with_mpich 1 %global with_openmpi 1 @@ -171,6 +172,7 @@ autoreconf -f -i --enable-fortran2003 \\\ --enable-hl \\\ --enable-shared \\\ + --with-szlib \\\ %{nil} # --enable-cxx and --enable-parallel flags are incompatible # --with-mpe=DIR Use MPE instrumentation [default=no] @@ -435,6 +437,9 @@ done %changelog +* Sun Aug 06 2017 Christoph Junghans - 1.8.18-8 +- enable szip support through libaec + * Wed Aug 02 2017 Fedora Release Engineering - 1.8.18-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild