Package Details: f2c 20250921-1

Git Clone URL: https://aur.archlinux.org/f2c.git (read-only, click to copy)
Package Base: f2c
Description: Fortran to C code translator
Upstream URL: https://www.netlib.org/f2c
Keywords: transpiler
Licenses: custom
Submitter: None
Maintainer: carlosal1015 (AutoUpdateBot)
Last Packager: carlosal1015
Votes: 64
Popularity: 0.000000
First Submitted: 2009-10-11 19:13 (UTC)
Last Updated: 2025-09-21 22:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

12qu commented on 2014-09-23 04:59 (UTC)

I second the suggestion given by antony below: "Please symlink libf2c.so -> libf2c.so.2 in order to allow "gcc -lf2c ...", thanks." For example, adding ln -sf libf2c.so.2 "${pkgdir}/usr/lib/libf2c.so" in package() would do it.

anntzer commented on 2014-06-18 21:40 (UTC)

Replace rm by rm -f to solve this issue.

Alister.Hood commented on 2014-06-18 01:50 (UTC)

Oh, that PKGBUILD fails if xsum doesn't exist: ==> Starting prepare()... rm: cannot remove ‘f2c/src/xsum’: No such file or directory

anntzer commented on 2014-05-22 17:09 (UTC)

Why not? $ patch -p1 <libf2c-20110801-main.patch works fine for me, just add it to prepare().

Alister.Hood commented on 2014-05-22 10:57 (UTC)

To clarify: I did still needed to patch the latest source to build geoda, I just thought it wasn't possible to patch the source the current PKGBUILD was using.

Alister.Hood commented on 2014-05-22 10:43 (UTC)

Oh, sorry, I was confusing the source for just libf2c with libf2c + f2c. Is there any chance we could use the Gentoo patch I mentioned? http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libf2c/files/libf2c-20110801-main.patch?revision=1.2&view=markup

anntzer commented on 2014-05-18 04:47 (UTC)

Here is a PKGBUILD using the upstream sources: http://pastebin.com/KVySC7Uk

anntzer commented on 2014-05-16 07:19 (UTC)

Please symlink libf2c.so -> libf2c.so.2 in order to allow "gcc -lf2c ...", thanks.