summaryrefslogtreecommitdiff
path: root/math/blas
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28Remove superfluous whitespace.wiz1-2/+2
2003-03-11Make sure to link in the pic version as welljmc1-2/+2
2003-03-11Add libblas_pic.a as a target and make/install it. Therefore other packagesjmc3-4/+36
(like math/R) which try to link libblas into shared objects have proper PIC objects to use.
2002-10-09Unused.wiz1-33/+0
2002-08-29Remove debugging lines that shouldn't have been committed.jlam1-3/+1
2002-08-27Use buildlink2.jlam1-1/+4
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+19
buildlink2.mk files back into the main trunk.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
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-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-18Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
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.wiz2-2/+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.jtb5-63/+45
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.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-06Initial import of blas-1.0, Basic Linear Algebra Subroutines for Fortran.wennmach6-0/+83
Submitted by Jason Beegan <jasontd@indigo.ie> in PR 11384.