[Pkg-octave-commit] r1308 - octave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Feb 28 14:30:45 UTC 2008


Author: rafael
Date: 2008-02-28 14:30:45 +0000 (Thu, 28 Feb 2008)
New Revision: 1308

Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/rules
Log:
Use correct linker option for BLAS library

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-02-28 09:25:07 UTC (rev 1307)
+++ octave/trunk/debian/changelog	2008-02-28 14:30:45 UTC (rev 1308)
@@ -1,5 +1,7 @@
 octave3.0 (1:3.0.0-7) UNRELEASED; urgency=low
 
+  * debian/rules: Use correct linker option for BLAS library (closes:
+    #468323)
   * debian/in/control: Do not build-depend on gfortran on arm
 
  -- Rafael Laboissiere <rafael at debian.org>  Thu, 28 Feb 2008 10:24:06 +0100

Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules	2008-02-28 09:25:07 UTC (rev 1307)
+++ octave/trunk/debian/rules	2008-02-28 14:30:45 UTC (rev 1308)
@@ -77,7 +77,7 @@
 #		  --with-lapack=/usr/lib/liblapack.so
 #atlas		= --with-blas=/usr/lib/libblas-3.so \
 #		  --with-lapack=/usr/lib/liblapack-3.so
-atlas		= --with-blas=-lblas-3 --with-lapack=-llapackgf-3
+atlas		= --with-blas=-lblas-3gf --with-lapack=-llapackgf-3
 
 ifeq ($(DEB_BUILD_ARCH),arm)
 ## edd 20 Jun 2002      no optimisation or debugging on baby systems




More information about the Pkg-octave-commit mailing list