[Python-modules-commits] r7483 - in packages/numpy/trunk/debian (changelog control rules)

cdavid-guest at users.alioth.debian.org cdavid-guest at users.alioth.debian.org
Wed Feb 11 10:41:51 UTC 2009


    Date: Wednesday, February 11, 2009 @ 10:41:50
  Author: cdavid-guest
Revision: 7483

Remove build-conflicts on atlas libraries, remove unneeded build dependency on libfftw3-dev

Modified:
  packages/numpy/trunk/debian/changelog
  packages/numpy/trunk/debian/control
  packages/numpy/trunk/debian/rules

Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog	2009-02-10 19:27:15 UTC (rev 7482)
+++ packages/numpy/trunk/debian/changelog	2009-02-11 10:41:50 UTC (rev 7483)
@@ -1,3 +1,11 @@
+python-numpy (1:1.2.1-2) unstable; urgency=low
+
+  * Force numpy to build without ATLAS support, so that no explicit linking
+    against ATLAS is done, even when it is installed on the build machine
+  * Remove build-conflicts on any atlas-related package
+
+ -- David Cournapeau <david at ar.media.kyoto-u.ac.jp>  Wed, 11 Feb 2009 17:56:26 +0900
+
 python-numpy (1:1.2.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/numpy/trunk/debian/control
===================================================================
--- packages/numpy/trunk/debian/control	2009-02-10 19:27:15 UTC (rev 7482)
+++ packages/numpy/trunk/debian/control	2009-02-11 10:41:50 UTC (rev 7483)
@@ -2,9 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>, Ondrej Certik <ondrej at certik.cz>, Kumar Appaiah <akumar at debian.org>
+Uploaders: Marco Presi (Zufus) <zufus at debian.org>, Alexandre Fayolle <afayolle at debian.org>, José Fonseca <j_r_fonseca at yahoo.co.uk>, Matthias Klose <doko at debian.org>, Ondrej Certik <ondrej at certik.cz>, Kumar Appaiah <akumar at debian.org>, David Cournapeau <cournape at gmail.com>
 Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.6), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, libfftw3-dev, quilt
-Build-Conflicts: atlas3-base-dev, libatlas-headers, libatlas-base-dev, libatlas-sse-dev, libatlas-sse2-dev, libatlas-3dnow-dev
 XS-Python-Version: >= 2.3
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2009-02-10 19:27:15 UTC (rev 7482)
+++ packages/numpy/trunk/debian/rules	2009-02-11 10:41:50 UTC (rev 7483)
@@ -18,6 +18,7 @@
 DEB_PYTHON_PACKAGES_EXCLUDE=python-numpy-dbg
 
 unexport LDFLAGS
+export ATLAS=None
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-modules-commits mailing list