r36911 - in /packages/blas/trunk/debian: changelog rules
akumar at users.alioth.debian.org
akumar at users.alioth.debian.org
Mon Oct 4 13:28:09 UTC 2010
Author: akumar
Date: Mon Oct 4 13:28:00 2010
New Revision: 36911
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36911
Log:
Use 'findstring' in rules file to search for amd64 within
architecture string to use -O2 as FFLAGS.
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=36911&op=diff
==============================================================================
--- packages/blas/trunk/debian/changelog (original)
+++ packages/blas/trunk/debian/changelog Mon Oct 4 13:28:00 2010
@@ -1,3 +1,11 @@
+blas (1.2-8) unstable; urgency=low
+
+ [ Kumar Appaiah ]
+ * Use 'findstring' in rules file to search for amd64 within
+ architecture string to use -O2 as FFLAGS.
+
+ -- Debian Science Team <debian-science-maintainers at lists.alioth.debian.org> Mon, 04 Oct 2010 08:26:45 -0500
+
blas (1.2-7) unstable; urgency=low
* Remove the old alternatives (Closes: #576801)
Modified: packages/blas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/rules?rev=36911&op=diff
==============================================================================
--- packages/blas/trunk/debian/rules (original)
+++ packages/blas/trunk/debian/rules Mon Oct 4 13:28:00 2010
@@ -6,7 +6,7 @@
GCC:=gcc
F77FLAGS:= -pipe -g -fomit-frame-pointer
-ifneq (,$(filter $(ARCH),amd64))
+ifneq (,$(findstring amd64,$(ARCH)))
# See bug #569436. -O3 causes some optimisation issues
F77FLAGS:=$(F77FLAGS) -O2
else
More information about the debian-science-commits
mailing list