r44690 - in /packages/blas/trunk/debian: changelog control rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Tue Apr 10 18:29:05 UTC 2012
Author: sylvestre
Date: Tue Apr 10 18:29:04 2012
New Revision: 44690
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44690
Log:
* Standards-Version updated to version 3.9.3
* -fwhole-file is breaking the blas tests. Bring back the previous behavior
with -fno-whole-file
Modified:
packages/blas/trunk/debian/changelog
packages/blas/trunk/debian/control
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=44690&op=diff
==============================================================================
--- packages/blas/trunk/debian/changelog (original)
+++ packages/blas/trunk/debian/changelog Tue Apr 10 18:29:04 2012
@@ -3,6 +3,9 @@
* Join modifications with blas, lapack, atlas and openblas.
Declare the replacements of all *3gf blas & lapack implementation
(See bug #660607)
+ * Standards-Version updated to version 3.9.3
+ * -fwhole-file is breaking the blas tests. Bring back the previous behavior
+ with -fno-whole-file
-- Sylvestre Ledru <sylvestre at debian.org> Mon, 20 Feb 2012 19:34:55 +0100
Modified: packages/blas/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/control?rev=44690&op=diff
==============================================================================
--- packages/blas/trunk/debian/control (original)
+++ packages/blas/trunk/debian/control Tue Apr 10 18:29:04 2012
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Build-Depends: gfortran, debhelper ( >= 5 ), texlive-latex-recommended
Section: libs
Homepage: http://www.netlib.org/blas/
Modified: packages/blas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/blas/trunk/debian/rules?rev=44690&op=diff
==============================================================================
--- packages/blas/trunk/debian/rules (original)
+++ packages/blas/trunk/debian/rules Tue Apr 10 18:29:04 2012
@@ -4,7 +4,7 @@
F77:=gfortran
GCC:=gcc
-F77FLAGS:= -pipe -g -fomit-frame-pointer
+F77FLAGS:= -pipe -g -fomit-frame-pointer -fno-whole-file
F77FLAGS:=$(F77FLAGS) -O3
More information about the debian-science-commits
mailing list