summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Judah Milgram2024-03-11 14:49:55 +0100
committer Willy Sudiarto Raharjo2024-03-11 14:56:05 +0100
commit5bc300fc575ca38341db1711b1a1b3879727f5f0 (patch)
tree76f1836f1b308006d55518ff3d0f6fff13016570 /development
parent5a7bec21adf4af3b31ee6211a1c3e28ff057127c (diff)
downloadslackbuilds-5bc300fc575ca38341db1711b1a1b3879727f5f0.tar.gz
development/f2c: Updated for version 20240130.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/f2c/README12
-rw-r--r--development/f2c/f2c.SlackBuild2
-rw-r--r--development/f2c/f2c.info16
3 files changed, 15 insertions, 15 deletions
diff --git a/development/f2c/README b/development/f2c/README
index 5f2431f228..61f28bde6f 100644
--- a/development/f2c/README
+++ b/development/f2c/README
@@ -6,16 +6,16 @@ code.
Thus the general idea is: f2c foo.f; gcc foo.c -lf2c
-Or use the fc script provided in the docs directory. Beware, fc is also
-a bash builtin.
+Or use the fc script provided in the docs directory. Beware, fc is
+also an (unrelated) bash builtin.
f2c used to use two separate libraries, libi77 and libf77. These are
-now rolled together into libf2c. Beware, libf2c carries a separate
-version number from f2c itself. The version number associated with the
+now rolled together into libf2c. NB libf2c carries a separate version
+number from f2c itself. The version number associated with the
SlackBuilds package is the f2c version number.
-If combining with gfortran, you may want to use gfortran -ff2c. See the
-gfortran man page.
+If combining with gfortran, you may want to use gfortran -ff2c. See
+the gfortran man page.
Multiple files must be downloaded because netlib doesn't provide a
convenient single tarball.
diff --git a/development/f2c/f2c.SlackBuild b/development/f2c/f2c.SlackBuild
index c2c8eb5dc3..ca3b3d691d 100644
--- a/development/f2c/f2c.SlackBuild
+++ b/development/f2c/f2c.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=f2c
-VERSION=${VERSION:-20230428} # f2c version, not libf2c.
+VERSION=${VERSION:-20240130} # f2c version, not libf2c.
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/f2c/f2c.info b/development/f2c/f2c.info
index 0694e5b008..3871d4eb70 100644
--- a/development/f2c/f2c.info
+++ b/development/f2c/f2c.info
@@ -1,12 +1,12 @@
PRGNAM="f2c"
-VERSION="20230428"
-HOMEPAGE="https://www.netlib.org/f2c/"
-DOWNLOAD="https://www.netlib.org/f2c/libf2c.zip \
- https://portal.ampl.com/~dmg/netlib/f2c/src.tgz \
- https://www.netlib.org/f2c/fc \
- https://www.netlib.org/f2c/f2c.pdf"
-MD5SUM="e80fb30fa3717660db71b1bed65b88b7 \
- 32df3bce5afd7bc1610c02a4e698b9a8 \
+VERSION="20240130"
+HOMEPAGE="https://netlib.org/f2c/"
+DOWNLOAD="https://netlib.org/f2c/libf2c.zip \
+ https://netlib.org/f2c/src.tgz \
+ https://netlib.org/f2c/fc \
+ https://netlib.org/f2c/f2c.pdf"
+MD5SUM="651b3d9cbfc9ae659166332785ac3b6e \
+ 3a292e0c25dbb65bf0273959a3f18bf5 \
dcdf6afbd96204662bf10594b744cb44 \
2a84d6d2f74412d7a288e721070d62b8"
DOWNLOAD_x86_64=""