[lapack] 01/02: Remove -funroll-all-loops from build flags.
Sébastien Villemot
sebastien at alioth.debian.org
Fri Sep 20 21:07:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 5445b6d017ca301d0d355fe905be82ebb83ca26a
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri Sep 20 22:44:35 2013 +0200
Remove -funroll-all-loops from build flags.
It may diminish performance, and creates segfaults on ia64.
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index aa78560..4beed9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lapack (3.4.2+dfsg-3) UNRELEASED; urgency=low
+
+ * Remove -funroll-all-loops from build flags. It may diminish
+ performance, and creates segfaults on ia64.
+
+ -- Sébastien Villemot <sebastien at debian.org> Fri, 20 Sep 2013 22:43:23 +0200
+
lapack (3.4.2+dfsg-2) unstable; urgency=low
[ Sébastien Villemot ]
diff --git a/debian/rules b/debian/rules
index ec62a37..42b5eeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ BUILDFLAGS_ENV:=DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions"
LDFLAGS:=$(shell $(BUILDFLAGS_ENV) dpkg-buildflags --get LDFLAGS)
F77:=gfortran
-FFLAGS:=$(shell dpkg-buildflags --get FFLAGS) -funroll-all-loops
+FFLAGS:=$(shell dpkg-buildflags --get FFLAGS)
FFLAGS_NOOPT:=$(shell DEB_BUILD_OPTIONS=noopt dpkg-buildflags --get FFLAGS)
CC:=/usr/bin/cc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list