r38679 - in /packages/blas/trunk/debian: changelog rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Wed Aug 10 22:08:34 UTC 2011
Author: sylvestre
Date: Wed Aug 10 22:08:33 2011
New Revision: 38679
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38679
Log:
* -O3 is set back for amd64 (Closes: #569436)
Modified:
packages/blas/trunk/debian/changelog
packages/blas/trunk/debian/rules
Modified: packages/blas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/changelog?rev=38679&op=diff
==============================================================================
--- packages/blas/trunk/debian/changelog (original)
+++ packages/blas/trunk/debian/changelog Wed Aug 10 22:08:33 2011
@@ -1,6 +1,7 @@
-blas (1.2.20110419-2) UNRELEASED; urgency=low
+blas (1.2.20110419-2) unstable; urgency=low
* Force the version 4.5 of gcc to fix a failing test (Closes: #625723)
+ * -O3 is set back for amd64 (Closes: #569436)
-- Sylvestre Ledru <sylvestre at debian.org> Wed, 10 Aug 2011 23:32:26 +0200
Modified: packages/blas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/rules?rev=38679&op=diff
==============================================================================
--- packages/blas/trunk/debian/rules (original)
+++ packages/blas/trunk/debian/rules Wed Aug 10 22:08:33 2011
@@ -6,12 +6,7 @@
GCC:=gcc
F77FLAGS:= -pipe -g -fomit-frame-pointer
-ifneq (,$(findstring amd64,$(ARCH)))
-# See bug #569436. -O3 causes some optimisation issues
-F77FLAGS:=$(F77FLAGS) -O2
-else
F77FLAGS:=$(F77FLAGS) -O3
-endif
ifneq (,$(filter $(ARCH),i386 lpia hurd-i386 kfreebsd-i386 m68k))
F77_EXTRA_FLAGS = -ffloat-store
More information about the debian-science-commits
mailing list