From ac12202c3dcf860c6ab1c251b245d5cd22f9e1db Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 7 Jan 2012 08:34:44 -0700 Subject: [PATCH] Enable Fortran 2003 support (bug 772387) --- hdf5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index acf3b9d..953d1fd 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -4,7 +4,7 @@ # You need to recompile all users of HDF5 for each version change Name: hdf5 Version: 1.8.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD Group: System Environment/Libraries @@ -146,6 +146,7 @@ find \( -name '*.[ch]*' -o -name '*.f90' -o -name '*.txt' \) -exec chmod -x {} + %global configure_opts \\\ --disable-dependency-tracking \\\ --enable-fortran \\\ + --enable-fortran2003 \\\ --enable-hl \\\ --enable-shared \\\ %{nil} @@ -381,6 +382,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 7 2012 Orion Poplawski 1.8.8-6 +- Enable Fortran 2003 support (bug 772387) + * Wed Dec 21 2011 Dan HorĂ¡k 1.8.8-5 - reintroduce the tstlite patch for ppc64 and s390x