diff options
author | Judah Milgram <milgram at cgpp dot com> | 2021-03-06 00:49:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-06 11:11:54 +0700 |
commit | 2ee91233ffa565ff37a6a0c991de00038247f44b (patch) | |
tree | f89a03e9506551dd69174b4aad614200b0493b3a /development/f2c/README | |
parent | 37f3d63f09b7ce38e1ea2817371a4edeb6722eb7 (diff) |
development/f2c: Updated for version 2020916.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/f2c/README')
-rw-r--r-- | development/f2c/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/f2c/README b/development/f2c/README index ed89051435bd6..f0e77ae559af5 100644 --- a/development/f2c/README +++ b/development/f2c/README @@ -1,7 +1,8 @@ f2c is a Fortran-to-C converter. -This package includes libf2c, which must be linked to the resulting C -code. Thus the general idea is +This package includes libf77 and libi77 rolled together as libf2c, +which must be linked to the resulting C code. Thus the general idea +is f2c foo.f gcc foo.c -lf2c @@ -9,5 +10,5 @@ code. Thus the general idea is Or use the fc script provided in the docs directory. Beware, fc is also a bash builtin. -If combining with gfortran, you may want to use the gfortran -ff2c +If combining with gfortran, you may want to use gfortran's -ff2c option. See the gfortran man page. |