File: README

package info (click to toggle)
f2j 0.8.1-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,648 kB
  • ctags: 3,413
  • sloc: ansic: 21,114; java: 5,874; yacc: 3,804; makefile: 178; sh: 153
file content (20 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Fortran-to-Java Source Code
Version 0.8.1
June 30, 2008

---------------------------

Before using the f2j source code, realize that f2j was originally geared
to a very specific problem - that is, translating the LAPACK and BLAS numerical
libraries.  f2j does not and probably never will handle all Fortran code.

To build the code:

# ./configure
# make

and optionally:

# make install

For more details, see the f2j manual (doc/f2j_ug.pdf).