summaryrefslogtreecommitdiff
path: root/math/blas/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-03-11Add libblas_pic.a as a target and make/install it. Therefore other packagesjmc1-1/+2
(like math/R) which try to link libblas into shared objects have proper PIC objects to use.
2002-08-29Remove debugging lines that shouldn't have been committed.jlam1-3/+1
2002-08-27Use buildlink2.jlam1-1/+4
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+1
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-02Don't forget to copy the Makefile into ${WRKSRC}.jtb1-1/+4
2001-02-02Don't build shared Fortran libraries. They're too problematic.jtb1-21/+12
Strictly numerical libraries, like fftpack, work fine, but some which make use of Fortran I/O have problems resolving symbols. This is a known problem with g77/f2c.
2000-11-06Initial import of blas-1.0, Basic Linear Algebra Subroutines for Fortran.wennmach1-0/+27
Submitted by Jason Beegan <jasontd@indigo.ie> in PR 11384.