./wip/py-forthon, Fortran95 wrapper/code development package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.13nb1, Package name: py310-forthon-0.8.13nb1, Maintainer: jihbed.research

Forthon provides an extensive wrapping of Fortran95 code, giving access to
routines and to any data in Fortran modules. Forthon also
provides an extensive wrapping of Fortran derived types, giving access to
derived type members, allowing passing of derived types into Fortran routines,
and creation of instances at the Python level. A mechanism for automatic
building of extension modules is also included. Versions using Numeric and
Numpy are available


Required to run:
[lang/g95] [math/py-numpy] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 20472bdeb9b64bbbd28e4ccdd843ced080919baa
Filesize: 87.548 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-12-02 17:58:52 by Kamel Derouiche | Files touched by this commit (3)
Log message:
Update Makefile

   2012-11-17 00:59:10 by ndb | Files touched by this commit (2)
Log message:
PLIST cleanup.
   2012-11-09 18:43:05 by Kamel Derouiche | Files touched by this commit (5)
Log message:
Import py27-forthon-0.8.10 as wip/py-forthon.

Forthon provides an extensive wrapping of Fortran95 code, giving access to
routines and to any data in Fortran modules. Forthon also
provides an extensive wrapping of Fortran derived types, giving access to
derived type members, allowing passing of derived types into Fortran routines,
and creation of instances at the Python level. A mechanism for automatic
building of extension modules is also included. Versions using Numeric and
Numpy are available