summaryrefslogtreecommitdiff
path: root/devel/libf2c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19Like lang/f2c, disable -Werror when building with clang.joerg1-1/+7
2009-12-29Make MAIN__ weak in order to allow non-Fortran programs to use the library.asau4-5/+20
Proposed by Matthias Drochner.
2009-12-07Add a better set of 64-bit fixes that both satisfy make testtnn5-5/+93
and math/lapack build. This new patch-ai is from debian.
2009-12-07Remove the patch-ai which used to fix 64-bit types in f2c.h.tnn4-35/+5
Now it breaks stuff on amd64 instead, notably math/lapack. NB: This change makes "make test" fail for this package on amd64. On the other hand, math/fftw (which uses lapack) test suite succeeds. Maybe tests here are simply broken ... Bump revision and bl3 dependency.
2009-12-02Import libf2c-20090201 as devel/libf2c.asau10-0/+335
libf2c is Fortran support library distributed by Netlib with f2c (Fortran 77 to C translator). libf2c combines libF77 and libI77 in one library.