tags 463747 + patch
thanks

Hi!

Please find attached a patch to transition numarray to the new lapack
and blas.

HTH. Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -u python-numarray-1.5.2/cfg_packages.py python-numarray-1.5.2/cfg_packages.py
--- python-numarray-1.5.2/cfg_packages.py
+++ python-numarray-1.5.2/cfg_packages.py
@@ -42,10 +42,10 @@
     else:
         lapack_dirs = ['/usr/local/lib/atlas']
         lapack_include_dirs += ["/usr/local/include/atlas"]
-        lapack_libs = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c', 'm']
+        lapack_libs = ['lapack', 'cblas', 'f77blas', 'atlas', 'gfortran', 'm']
     
     lapack_dirs = []
-    lapack_libs = ['lapack', 'blas', 'g2c', 'm']
+    lapack_libs = ['lapack', 'blas', 'gfortran', 'm']
 
     if os.environ.has_key('LINALG_LIB'):
         lapack_dirs += [os.environ['LINALG_LIB']]
diff -u python-numarray-1.5.2/debian/control python-numarray-1.5.2/debian/control
--- python-numarray-1.5.2/debian/control
+++ python-numarray-1.5.2/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends: python-all-dev, python-all-dbg, refblas3 [!arm], refblas3-dev [!arm], lapack3-dev [!arm], debhelper (>= 5.0.37.1), g77, bzip2, python-central (>= 0.5)
+Build-Depends: python-all-dev, python-all-dbg, libblas3gf [!arm], libblas-dev [!arm], liblapack-dev [!arm], debhelper (>= 5.0.37.1), gfortran, bzip2, python-central (>= 0.5)
 Build-Conflicts: atlas3-base, atlas3-base-dev
 XS-Python-Version: all
 Standards-Version: 3.7.2

Attachment: signature.asc
Description: Digital signature

Reply via email to