mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/f2c: Updated for version 20240130.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a7bec21ad
commit
5bc300fc57
3 changed files with 15 additions and 15 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue