development/f2c: Updated for version 2020916.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Judah Milgram 2021-03-06 00:49:41 +00:00 committed by Willy Sudiarto Raharjo
parent 37f3d63f09
commit 2ee91233ff
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 8 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"