Package Details: f2c 20240504-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: 65
Popularity: 0.000005
First Submitted: 2009-10-11 19:13 (UTC)
Last Updated: 2024-09-01 01:39 (UTC)

Latest Comments

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

Jesin commented on 2013-08-08 17:10 (UTC)

There's also a typo on line 19, where you use "+=" instead of "=".

Jesin commented on 2013-08-08 16:00 (UTC)

I'm pretty sure you shouldn't put quotes around $CPPFLAGS $CFLAGS and $LDFLAGS . If you quote them, they'll just get treated as one argument, which isn't the desired behavior. (Also, you install /usr/lib/libf2c.so.2 with 644 permissions. It appears conventional to install shared libraries ( /usr/lib/lib*.so* ) with 755 permissions, though I'm not sure whether this is necessary.) Glad I could help.

xyproto commented on 2013-08-08 10:05 (UTC)

Updated the PKGBUILD, thanks Jesin.

Jesin commented on 2013-08-08 02:07 (UTC)

I noticed your PKGBUILD ignores the compilation and linking options from /etc/makepkg.conf while building the shared library. It also installs libf2c.so.2 without execute permissions the wrong permissions, and neglects to install the man page, which is in fact included in the source. Here's a modified version of the PKGBUILD that fixes these issues: http://ix.io/77S Thanks for maintaining this.

xyproto commented on 2013-07-18 14:44 (UTC)

Adopted f2c and updated the PKGBUILD.