[Python-modules-commits] r31819 - in packages/numpy/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Feb 7 23:30:10 UTC 2015
Date: Saturday, February 7, 2015 @ 23:30:09
Author: morph
Revision: 31819
* debian/patches/02_build_dotblas.patch
- refresh due to new code
Modified:
packages/numpy/trunk/debian/changelog
packages/numpy/trunk/debian/patches/02_build_dotblas.patch
Modified: packages/numpy/trunk/debian/changelog
===================================================================
--- packages/numpy/trunk/debian/changelog 2015-02-07 21:49:24 UTC (rev 31818)
+++ packages/numpy/trunk/debian/changelog 2015-02-07 23:30:09 UTC (rev 31819)
@@ -5,8 +5,10 @@
- extend packaging copyright years
* debian/control
- bump Standards-Version to 3.9.6 (no changes needed)
+ * debian/patches/02_build_dotblas.patch
+ - refresh due to new code
- -- Sandro Tosi <morph at debian.org> Sat, 07 Feb 2015 21:49:07 +0000
+ -- Sandro Tosi <morph at debian.org> Sat, 07 Feb 2015 23:29:55 +0000
python-numpy (1:1.9.0~rc1-1) experimental; urgency=medium
Modified: packages/numpy/trunk/debian/patches/02_build_dotblas.patch
===================================================================
--- packages/numpy/trunk/debian/patches/02_build_dotblas.patch 2015-02-07 21:49:24 UTC (rev 31818)
+++ packages/numpy/trunk/debian/patches/02_build_dotblas.patch 2015-02-07 23:30:09 UTC (rev 31819)
@@ -3,7 +3,7 @@
Added by: Tiziano Zito <otizonaizit at yahoo.com>
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
-@@ -945,8 +945,8 @@ def configuration(parent_package='',top_
+@@ -953,8 +953,8 @@ def configuration(parent_package='',top_
#blas_info = {}
def get_dotblas_sources(ext, build_dir):
if blas_info:
@@ -11,6 +11,6 @@
- return None # dotblas needs ATLAS, Fortran compiled blas will not be sufficient.
+ #if ('NO_ATLAS_INFO', 1) in blas_info.get('define_macros', []):
+ # return None # dotblas needs ATLAS, Fortran compiled blas will not be sufficient.
- return ext.depends[:1]
+ return ext.depends[:3]
return None # no extension module will be built
More information about the Python-modules-commits
mailing list