[Scipy-svn] r4139 - trunk/scipy/linalg

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Apr 13 18:16:09 EDT 2008


Author: cdavid
Date: 2008-04-13 17:16:00 -0500 (Sun, 13 Apr 2008)
New Revision: 4139

Modified:
   trunk/scipy/linalg/generic_cblas.pyf
   trunk/scipy/linalg/generic_clapack.pyf
   trunk/scipy/linalg/generic_fblas.pyf
   trunk/scipy/linalg/generic_flapack.pyf
Log:
Rename generic_ from the modules name in linalg pyf files (otherwise, the module name cannot be infered correctly by scons). As the final module's name - after inclusion of all other .pyf files - is the same, this should not change anything for distutils builds.

Modified: trunk/scipy/linalg/generic_cblas.pyf
===================================================================
--- trunk/scipy/linalg/generic_cblas.pyf	2008-04-13 18:41:56 UTC (rev 4138)
+++ trunk/scipy/linalg/generic_cblas.pyf	2008-04-13 22:16:00 UTC (rev 4139)
@@ -8,10 +8,10 @@
 ! Usage:
 !  f2py -c cblas.pyf -L/usr/local/lib/atlas -lf77blas -lcblas  -latlas -lg2c
 
-python module generic_cblas
+python module cblas
     interface
 
        <include_file=generic_cblas1.pyf>
 
     end interface
-end python module generic_cblas
+end python module cblas

Modified: trunk/scipy/linalg/generic_clapack.pyf
===================================================================
--- trunk/scipy/linalg/generic_clapack.pyf	2008-04-13 18:41:56 UTC (rev 4138)
+++ trunk/scipy/linalg/generic_clapack.pyf	2008-04-13 22:16:00 UTC (rev 4139)
@@ -8,7 +8,7 @@
 ! Usage:
 !   f2py -c clapack.pyf -L/usr/local/lib/atlas -llapack -lf77blas -lcblas -latlas -lg2c
 
-python module generic_clapack
+python module clapack
 
 interface
 
@@ -285,7 +285,7 @@
 
 end interface
 
-end python module generic_clapack
+end python module clapack
 
 ! This file was auto-generated with f2py (version:2.10.173).
 ! See http://cens.ioc.ee/projects/f2py2e/

Modified: trunk/scipy/linalg/generic_fblas.pyf
===================================================================
--- trunk/scipy/linalg/generic_fblas.pyf	2008-04-13 18:41:56 UTC (rev 4138)
+++ trunk/scipy/linalg/generic_fblas.pyf	2008-04-13 22:16:00 UTC (rev 4139)
@@ -8,7 +8,7 @@
 ! Usage:
 !   f2py -c fblas.pyf -L/usr/local/lib/atlas -lf77blas -lcblas  -latlas -lg2c
 
-python module generic_fblas
+python module fblas
     interface
 
        <include_file=generic_fblas1.pyf>
@@ -16,4 +16,4 @@
        <include_file=generic_fblas3.pyf>
 
     end interface
-end python module generic_fblas
+end python module fblas

Modified: trunk/scipy/linalg/generic_flapack.pyf
===================================================================
--- trunk/scipy/linalg/generic_flapack.pyf	2008-04-13 18:41:56 UTC (rev 4138)
+++ trunk/scipy/linalg/generic_flapack.pyf	2008-04-13 22:16:00 UTC (rev 4139)
@@ -10,7 +10,7 @@
 ! Usage:
 !   f2py -c flapack.pyf -L/usr/local/lib/atlas -llapack -lf77blas -lcblas -latlas -lg2c
 
-python module generic_flapack
+python module flapack
 interface
 
    subroutine <tchar=s,d>pbtrf(lower,n,kd,ab,ldab,info)
@@ -1381,7 +1381,7 @@
 
 end interface
 
-end python module generic_flapack
+end python module flapack
 
 ! This file was auto-generated with f2py (version:2.10.173).
 ! See http://cens.ioc.ee/projects/f2py2e/




More information about the Scipy-svn mailing list