diff options
author | Judah Milgram <milgram@cgpp.com> | 2021-03-11 05:56:23 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-13 09:02:38 +0700 |
commit | 31b689327d303d194c4e91f6568357ae63d9cea5 (patch) | |
tree | 0cb2d61d485c3e78629ef128715c3f15f8198d6c /development/f2c/slack-desc | |
parent | 8026611b24952a60785be88e7a4cc69378c4a6ce (diff) | |
download | slackbuilds-31b689327d303d194c4e91f6568357ae63d9cea5.tar.gz slackbuilds-31b689327d303d194c4e91f6568357ae63d9cea5.tar.xz |
development/f2c: Fix VERSION.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/f2c/slack-desc')
-rw-r--r-- | development/f2c/slack-desc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/f2c/slack-desc b/development/f2c/slack-desc index 4373cf0645..b1f3476557 100644 --- a/development/f2c/slack-desc +++ b/development/f2c/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -f2c: f2c (Fortran-to-C converter) +f2c: f2c (a Fortran-to-C converter) f2c: -f2c: f2c is a Fortran-to-C converter f2c: by S. I. Feldman, David M. Gay, Mark W. Maimone, and N. L. Schryer f2c: -f2c: This package includes libf2c, which must be linked to the resulting C -f2c: code. -f2c: +f2c: From netlib. Includes libf2c. f2c: +f2c: The general idea: f2c foo.f; gcc foo.c -lf2c f2c: +f2c: If combining with gfortran, see the -ff2c option in the gfortran man +f2c: page. f2c: |