f2c

Rating: 
0
No votes yet

A FORTRAN 77 to C/C++ translator
f2c translates FORTRAN 77 (with some extensions) into C, so that it can
then be compiled and run on a system with no Fortran compiler. The C
files must then be linked against the appropriate libraries.
.
This is an actively maintained FORTRAN to C translator and with the
fort77 frontend provides an ideal way to compile FORTRAN routines
as black boxes (for example for invocation from C). Source level
debugging facilities are not available, and error messages are not as
well developed as in g77.

Category:

Application versions: 
AttachmentSizeDate
File f2c_20090411-1_armel.deb249.27 KB05/08/2013 - 12:23
Changelog: 

f2c (20090411-1) unstable; urgency=low
* new upstream source
* remove .CT macro from manpage as not supported by groff
* remove .comment section from f2c binary
* update the f2c manpage to reference correct libraries