summaryrefslogtreecommitdiff
path: root/math/lapack/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-01-25Pass LDFLAGS for linkingadam2-4/+4
2010-03-17Detect if the fortran compiler/libs have etime as an intrinsic or not insteaddmcmahill1-3/+2
of hard coding it. This package builds with both f2c and gfortran now.
2009-10-20patch-ad: Don't remove the $(NOOPT) for slamch.f and dlamch.ftnn1-4/+9
Was probably done unintentionally and caused infinite loops on some platforms. Patch from Aleksey Cheusov in PR pkg/38371.
2008-08-12Tell libtool that its linking fortran so the correct libraries get linkedmarkd1-2/+2
in.
2007-12-10Changes 3.1.1:adam4-58/+52
* Add blas routines so that the blas provided is complete * Provide 5 flavours of SECOND and DSECND * Bug fixes
2005-01-03Add patch-ab (forgotten in the previous commit - thanks towennmach1-0/+15
wiz for notifying me).
2005-01-03The `DZLAUX' routines were still missing from the library.wennmach1-7/+10
2004-12-22Make liblapack contain routines for all types (real, double, complex16,wennmach1-25/+27
and complex). Due to an error in the previous patch-aa, liblapack only contained the complex16 routines. Bump PKGREVISION.
2003-12-04Now uses libtool and makes shared librariesadam2-58/+49
2002-05-03Add buildlink infrastructure.jtb1-2/+2
2001-05-01be consistent about obeying PKG_FC. (don't hardcode f77). Fixes problemsdmcmahill1-14/+9
when f2c-f77 is used.
2001-02-01Initial import of lapack:jtb2-0/+67
Linear Algebra PACKage