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:
parent
37f3d63f09
commit
2ee91233ff
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue