summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Judah Milgram2021-03-06 01:49:41 +0100
committer Willy Sudiarto Raharjo2021-03-06 05:11:54 +0100
commit2ee91233ffa565ff37a6a0c991de00038247f44b (patch)
treef89a03e9506551dd69174b4aad614200b0493b3a
parent37f3d63f09b7ce38e1ea2817371a4edeb6722eb7 (diff)
downloadslackbuilds-2ee91233ffa565ff37a6a0c991de00038247f44b.tar.gz
development/f2c: Updated for version 2020916.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/f2c/README7
-rw-r--r--development/f2c/f2c.SlackBuild4
-rw-r--r--development/f2c/f2c.info6
3 files changed, 9 insertions, 8 deletions
diff --git a/development/f2c/README b/development/f2c/README
index ed89051435..f0e77ae559 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.
diff --git a/development/f2c/f2c.SlackBuild b/development/f2c/f2c.SlackBuild
index 4106279e3f..955f1fe394 100644
--- a/development/f2c/f2c.SlackBuild
+++ b/development/f2c/f2c.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for f2c
-# Copyright 2017, Judah Milgram, Washington DC
+# Copyright 2017-2021, Judah Milgram, Washington DC
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=f2c
-VERSION=${VERSION:-20160102} # This is the f2c version, not libf2c.
+VERSION=${VERSION:-20160102} # f2c version, not libi77 or libf77
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/f2c/f2c.info b/development/f2c/f2c.info
index 69d0ea1d2a..9d5d5de7f5 100644
--- a/development/f2c/f2c.info
+++ b/development/f2c/f2c.info
@@ -1,16 +1,16 @@
PRGNAM="f2c"
-VERSION="20160102"
+VERSION="2020916"
HOMEPAGE="http://www.netlib.org/f2c/"
DOWNLOAD="http://www.netlib.org/f2c/libf2c.zip \
http://www.netlib.org/f2c/src.tgz \
http://www.netlib.org/f2c/fc \
http://www.netlib.org/f2c/f2c.pdf"
MD5SUM="e80fb30fa3717660db71b1bed65b88b7 \
- f11ed7992a92ad4b4f86fdf94994473a \
+ 28758bfd41de18b0d1fcf716eea05032 \
dcdf6afbd96204662bf10594b744cb44 \
2a84d6d2f74412d7a288e721070d62b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Judah Milgram"
-EMAIL="milgram@cgpp.com"
+EMAIL="milgram at cgpp dot com"