[libint] drop the s390 workaround, gcc 4.7 seems to work correctly

Dan Horák sharkcz at fedoraproject.org
Sat Jan 28 20:09:53 UTC 2012


commit 2884de222bcb5394b604d49b7e5d25733aa15cc6
Author: Dan Horák <dan at danny.cz>
Date:   Sat Jan 28 21:09:49 2012 +0100

    drop the s390 workaround, gcc 4.7 seems to work correctly

 libint.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/libint.spec b/libint.spec
index 850e407..35c60b2 100644
--- a/libint.spec
+++ b/libint.spec
@@ -1,6 +1,6 @@
 Name:		libint
 Version:	1.1.4
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	A library for computing electron repulsion integrals efficiently
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -64,11 +64,6 @@ expressions. The derivatives are typically used in the calculation of forces.
  --with-libint-max-am=6 --with-libderiv-max-am1=5 --with-libderiv-max-am2=4 \
  --with-libr12-max-am=5 
 
-%ifarch s390
-# change to -O1 to prevent memory exhaustion by g++
-%global optflags %(echo %{optflags} | sed 's/-O2/-O1/')
-%endif
-
 make CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %{?_smp_mflags}
 
 # Build documentation
@@ -120,6 +115,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jan 28 2012 Dan Horák <dan[at]danny.cz> - 1.1.4-7
+- drop the s390 workaround, gcc 4.7 seems to work correctly
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list