[hdf5] Wed Sep 3 2014 Orion Poplawski <orion at cora.nwra.com> - 1.8.13-7

Orion Poplawski orion at fedoraproject.org
Wed Sep 3 22:20:18 UTC 2014


commit 3c728aa102170d838fc453986bf7c1940e758859
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Wed Sep 3 16:20:11 2014 -0600

    Wed Sep 3 2014 Orion Poplawski <orion at cora.nwra.com> - 1.8.13-7
    
    - No longer build with -O0, seems to be working

 hdf5.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/hdf5.spec b/hdf5.spec
index cbbed97..d6b85f1 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.13
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: A general purpose library and file format for storing scientific data
 License: BSD
 Group: System Environment/Libraries
@@ -180,7 +180,6 @@ autoreconf -f -i
 export CC=gcc
 export CXX=g++
 export F9X=gfortran
-export CFLAGS="${RPM_OPT_FLAGS/O2/O0}"
 mkdir build
 pushd build
 ln -s ../configure .
@@ -410,6 +409,9 @@ done
 
 
 %changelog
+- Wed Sep 3 2014 Orion Poplawski <orion at cora.nwra.com> - 1.8.13-7
+- No longer build with -O0, seems to be working
+
 * Wed Aug 27 2014 Orion Poplawski <orion at cora.nwra.com> - 1.8.13-6
 - Rebuild for openmpi Fortran ABI change
 


More information about the scm-commits mailing list