[Python-modules-commits] r7491 - in packages/scipy/trunk/debian (changelog rules)

cdavid-guest at users.alioth.debian.org cdavid-guest at users.alioth.debian.org
Thu Feb 12 10:35:58 UTC 2009


    Date: Thursday, February 12, 2009 @ 10:35:57
  Author: cdavid-guest
Revision: 7491

Avoid explicit link to atlas, so that blas/lapack can be changed at runtime.

Modified:
  packages/scipy/trunk/debian/changelog
  packages/scipy/trunk/debian/rules

Modified: packages/scipy/trunk/debian/changelog
===================================================================
--- packages/scipy/trunk/debian/changelog	2009-02-12 10:27:59 UTC (rev 7490)
+++ packages/scipy/trunk/debian/changelog	2009-02-12 10:35:57 UTC (rev 7491)
@@ -10,12 +10,15 @@
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
-  [ david ]
+  [ David Cournapeau ]
   * New upstream version
   * Remove obsolete dependencies on libfftw3-dev, libx11-dev and libnetcdf-dev
   * Update version for numpy dependency: scipy requires version >= 1.2.0
+  * Set ATLAS to None when building scipy to avoid depending on ATLAS API, and
+  only use BLAS/LAPACK public API, even when ATLAS is installed on the build
+  machine
 
- -- Cournapeau David <david at ar.media.kyoto-u.ac.jp>  Thu, 12 Feb 2009 19:29:44 +0900
+ -- David Cournapeau <david at ar.media.kyoto-u.ac.jp>  Thu, 12 Feb 2009 19:37:32 +0900
 
 python-scipy (0.6.0-12) unstable; urgency=low
 

Modified: packages/scipy/trunk/debian/rules
===================================================================
--- packages/scipy/trunk/debian/rules	2009-02-12 10:27:59 UTC (rev 7490)
+++ packages/scipy/trunk/debian/rules	2009-02-12 10:35:57 UTC (rev 7491)
@@ -10,6 +10,7 @@
 
 unexport LDFLAGS
 export FFLAGS="-fPIC"
+export ATLAS=None
 
 PYVERS:= $(shell pyversions -v -r debian/control)
 BASE=$(shell pwd)/debian




More information about the Python-modules-commits mailing list