tags 463748 + patch thanks Hi!
Please find attached a patch to effect this transition. HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -u python-numeric-24.2/customize.py python-numeric-24.2/customize.py
--- python-numeric-24.2/customize.py
+++ python-numeric-24.2/customize.py
@@ -21,7 +21,7 @@
if os.environ.has_key('USE_LAPACK'):
print "use system LAPACK/BLAS libraries"
use_system_lapack = 1
- lapack_libraries = ['lapack', 'blas', 'g2c']
+ lapack_libraries = ['lapack', 'blas', 'gfortran']
# Example: using ATLAS
if 0:
diff -u python-numeric-24.2/debian/control python-numeric-24.2/debian/control
--- python-numeric-24.2/debian/control
+++ python-numeric-24.2/debian/control
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends: python-all-dev (>= 2.3.5-11), python-all-dbg, refblas3-dev [!arm !m68k], lapack3-dev [!arm !m68k], debhelper (>= 5.0.37.2), g77, python-central (>= 0.5)
+Build-Depends: python-all-dev (>= 2.3.5-11), python-all-dbg, libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.37.2), gfortran, python-central (>= 0.5)
Build-Conflicts: lapack-dev [!arm !m68k], blas-dev [!arm !m68k], atlas3-base, atlas3-base-dev, python-setuptools
XS-Python-Version: all
Standards-Version: 3.7.2
--- python-numeric-24.2.orig/Packages/dotblas/setup.py
+++ python-numeric-24.2/Packages/dotblas/setup.py
@@ -6,7 +6,7 @@
# Set this to point at your BLAS/ATLAS libraries
blas_dirs_list = ['/usr/lib/']
-blas_libraries_list = ['lapack','cblas','f77blas', 'atlas', 'g2c']
+blas_libraries_list = ['lapack','cblas','f77blas', 'atlas', 'gfortran']
setup (# Distribution meta-data
name = "dotblas",
signature.asc
Description: Digital signature

