[Lunar-commits] r18747 - moonbase/trunk/libs/f2py
Dennis Veatch
stumbles at lunar-linux.org
Thu Feb 16 13:36:30 UTC 2006
Author: stumbles
Date: 2006-02-16 13:36:28 +0000 (Thu, 16 Feb 2006)
New Revision: 18747
Modified:
moonbase/trunk/libs/f2py/DETAILS
Log:
Clean up output.
Fixed cpointer usage for subroutines.
Fortran function cpointer can be used for callbacks.
Added support for .pyf.src template files.
and others.
Modified: moonbase/trunk/libs/f2py/DETAILS
===================================================================
--- moonbase/trunk/libs/f2py/DETAILS 2006-02-16 12:40:42 UTC (rev 18746)
+++ moonbase/trunk/libs/f2py/DETAILS 2006-02-16 13:36:28 UTC (rev 18747)
@@ -1,11 +1,12 @@
MODULE=f2py
- VERSION=2.39.235_1693
+ VERSION=2.45.241_1926
SOURCE=F2PY-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/F2PY-$VERSION
SOURCE_URL[0]=http://cens.ioc.ee/projects/f2py2e/2.x/
+ SOURCE_VFY=sha1:4a567b14b9f1ca97221668531b0d103068e3625b
WEB_SITE=http://cens.ioc.ee/projects/f2py2e/
ENTERED=20040721
- UPDATED=20040721
+ UPDATED=20060216
SHORT="Fortran to Python interface generator"
cat << EOF
The purpose of the F2PY --Fortran to Python interface generator--
@@ -16,8 +17,8 @@
facilitate:
* Calling Fortran 77/90/95, Fortran 90/95 module, and C functions
- from Python.
- * Accessing Fortran 77 COMMON blocks and Fortran 90/95 module
+ from Python.
+ * Accessing Fortran 77 COMMON blocks and Fortran 90/95 module
data (including allocatable arrays) from Python.
* Calling Python functions from Fortran or C (call-backs). *
Automatically handling the difference in the data storage order
More information about the Lunar-commits
mailing list