The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : blas

Basic Linear Algebra, level 1, 2, and 3

 The BLAS (Basic Linear Algebra Subprograms) are high quality "building
block" routines for performing basic vector and matrix operations. Level 1
BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations,
and Level 3 BLAS do matrix-matrix operations. Because the BLAS are
efficient, portable, and widely available, they're commonly used in the
development of high quality linear algebra software, LINPACK and LAPACK for
example.

A Fortran77 reference implementation of the BLAS is located in the blas
directory of Netlib. 

http://www.netlib.org/blas/



blas history


v. 1.44
date: 2007/09/10 03:04:20;  author: maho;  state: Exp;  lines: +1 -1
Fix build for blas depended ports.

Submitted by:	pav

v. 1.43 date: 2007/09/07 01:18:58; author: maho; state: Exp; lines: +3 -4 Make fetchable. The distfile has been changed and taking the diff of old and new one, I only see non-functional changes. Also setting netlib.org as the primal mastersite is appropreate. Submitted by: vittorio
v. 1.42 date: 2007/07/12 06:24:38; author: maho; state: Exp; lines: +1 -6 Now we USE_FORTRAN=yes for using FORTRAN compiler.
v. 1.41 date: 2007/01/23 08:09:59; author: maho; state: Exp; lines: +6 -1 A cosmetic change.
v. 1.40 date: 2007/01/16 23:41:45; author: maho; state: Exp; lines: +1 -1 Pass maintainership. Approved by: stas (maintainer)
v. 1.39 date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -2 Remove CONFLICT line as elmer-mathlibs are deprecated by migration to gfortran.
v. 1.38 date: 2007/01/09 12:00:26; author: maho; state: Exp; lines: +4 -3 Migrate to gfortran. Approved by: stas (maintainer)
v. 1.37 date: 2006/10/01 20:05:52; author: stas; state: Exp; lines: +3 -1 - Fix compiling with oncoming gcc41. Reported by: pointyhat run Approved by: sem (mentor)
v. 1.36 date: 2006/08/16 16:43:17; author: rafan; state: Exp; lines: +3 -1 - Respect DESTDIR - Use PLIST_FILES - Pass maintainership to submitter PR: ports/102111 Submitted by: Stanislav Sedov
v. 1.35 date: 2006/08/15 00:29:12; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.34 date: 2006/04/24 19:57:20; author: thierry; state: Exp; lines: +2 -0 Register conflicts with math/elmer-mathlibs and pet portlint.
v. 1.33 date: 2006/04/13 17:53:10; author: ehaupt; state: Exp; lines: +3 -2 This port now respects FFLAGS. PR: 95521 Submitted by: Pedro F. Giffuni
v. 1.32 date: 2005/09/30 17:48:56; author: fenner; state: Exp; lines: +1 -1 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
v. 1.31 date: 2003/02/20 18:42:16; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.30 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.29 date: 2002/11/06 22:45:59; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.28 date: 2000/06/16 21:51:32; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.27 date: 2000/06/16 08:18:19; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.26 date: 2000/06/15 17:12:43; author: sobomax; state: Exp; lines: +2 -4 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.25 date: 2000/04/14 07:19:49; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 2000/03/23 20:23:10; author: mharo; state: Exp; lines: +3 -8 remove aout support
v. 1.23 date: 1999/12/23 17:13:42; author: jedgar; state: Exp; lines: +6 -6 * Fixed MASTER_SITES * Supported NO_WRKSUBDIR * Added WWW: line into pkg/DESCR PR: 15468 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/08/25 07:07:08; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.21 date: 1998/11/14 09:43:20; author: asami; state: Exp; lines: +7 -5 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.20 date: 1998/09/28 09:44:23; author: asami; state: Exp; lines: +4 -1 Create libblas.so symlink in a.out case.
v. 1.19 date: 1998/08/09 00:05:49; author: steve; state: Exp; lines: +2 -1 Pick up blas.tgz since to other distfiles seemed to have disappeared.
v. 1.18 date: 1998/07/09 03:42:14; author: scrappy; state: Exp; lines: +3 -3 Looked in the wrong directory (linpack vs blas) ...
v. 1.17 date: 1998/07/08 11:54:51; author: scrappy; state: Exp; lines: +2 -2 Forgot a backslash in the MASTER_SITES list... Submitted by: Werner Griessl
v. 1.16 date: 1998/07/07 19:21:02; author: scrappy; state: Exp; lines: +3 -1 Add two sites for retrieving, remove ftp.netlib.org
v. 1.15 date: 1998/07/07 18:30:55; author: scrappy; state: Exp; lines: +2 -6 distfile changed to tar.gz from sha.gz md5 changes as appropriate
v. 1.14 date: 1998/02/09 13:02:03; author: steve; state: Exp; lines: +8 -15 Cleanup preivous commit. We now use a gzipped shar file and checksum. Submitted by: Pedro F. Gifunni
v. 1.13 date: 1998/02/02 00:24:51; author: steve; state: Exp; lines: +15 -42 update this port per PR and portlint. PR: 5120 Submitted by: Pedro F. Giffuni
v. 1.12 date: 1997/07/17 15:12:52; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.11 date: 1997/04/03 01:10:59; author: fenner; state: Exp; lines: +16 -6 Fix MASTER_SITES since netlib.att.com went away. Clean up Makefiles a little while I'm here.
v. 1.10 date: 1996/11/18 11:31:51; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/03/10 09:00:53; author: asami; state: Exp; lines: +5 -10 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to fetch them correctly from the backup site.
v. 1.8 date: 1995/06/24 11:40:16; author: asami; state: Exp; lines: +4 -2 Add post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
v. 1.7 date: 1995/05/03 02:22:18; author: asami; state: Exp; lines: +2 -1 Add more CATEGORIES. packages/orphans is now empty.
v. 1.6 date: 1995/04/22 11:29:56; author: asami; state: Exp; lines: +2 -1 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.5 date: 1995/04/11 01:18:39; author: asami; state: Exp; lines: +12 -0 Some more Makefile updates, for the math ports.
v. 1.4 date: 1995/02/22 09:33:15; author: ats; state: Exp; lines: +1 -1 Change the path of the extract command. Formerly extract used CURDIR, now it uses WRKDIR.
v. 1.3 date: 1995/01/27 07:06:03; author: jkh; state: Exp; lines: +1 -1 Remove bogus tab
v. 1.2 date: 1994/11/28 00:24:14; author: ats; state: Exp; lines: +4 -0 Put a hack into it until we have some good solution for the MASTER_SITE_OVERRIDE. This works also.
v. 1.1 date: 1994/10/27 15:05:15; author: ljo; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/27 15:05:16; author: ljo; state: Exp; lines: +0 -0 BLAS (Basic Linear Algebra Package) library. Used by LINPACK, LAPACK, etc. ============================================================================= v. 1.44 date: 2007/09/10 03:04:20; author: maho; state: Exp; lines: +1 -1 Fix build for blas depended ports. Submitted by: pav
v. 1.43 date: 2007/09/07 01:18:58; author: maho; state: Exp; lines: +3 -4 Make fetchable. The distfile has been changed and taking the diff of old and new one, I only see non-functional changes. Also setting netlib.org as the primal mastersite is appropreate. Submitted by: vittorio
v. 1.42 date: 2007/07/12 06:24:38; author: maho; state: Exp; lines: +1 -6 Now we USE_FORTRAN=yes for using FORTRAN compiler.
v. 1.41 date: 2007/01/23 08:09:59; author: maho; state: Exp; lines: +6 -1 A cosmetic change.
v. 1.40 date: 2007/01/16 23:41:45; author: maho; state: Exp; lines: +1 -1 Pass maintainership. Approved by: stas (maintainer)
v. 1.39 date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -2 Remove CONFLICT line as elmer-mathlibs are deprecated by migration to gfortran.
v. 1.38 date: 2007/01/09 12:00:26; author: maho; state: Exp; lines: +4 -3 Migrate to gfortran. Approved by: stas (maintainer)
v. 1.37 date: 2006/10/01 20:05:52; author: stas; state: Exp; lines: +3 -1 - Fix compiling with oncoming gcc41. Reported by: pointyhat run Approved by: sem (mentor)
v. 1.36 date: 2006/08/16 16:43:17; author: rafan; state: Exp; lines: +3 -1 - Respect DESTDIR - Use PLIST_FILES - Pass maintainership to submitter PR: ports/102111 Submitted by: Stanislav Sedov
v. 1.35 date: 2006/08/15 00:29:12; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.34 date: 2006/04/24 19:57:20; author: thierry; state: Exp; lines: +2 -0 Register conflicts with math/elmer-mathlibs and pet portlint.
v. 1.33 date: 2006/04/13 17:53:10; author: ehaupt; state: Exp; lines: +3 -2 This port now respects FFLAGS. PR: 95521 Submitted by: Pedro F. Giffuni
v. 1.32 date: 2005/09/30 17:48:56; author: fenner; state: Exp; lines: +1 -1 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
v. 1.31 date: 2003/02/20 18:42:16; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.30 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.29 date: 2002/11/06 22:45:59; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.28 date: 2000/06/16 21:51:32; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.27 date: 2000/06/16 08:18:19; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.26 date: 2000/06/15 17:12:43; author: sobomax; state: Exp; lines: +2 -4 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.25 date: 2000/04/14 07:19:49; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 2000/03/23 20:23:10; author: mharo; state: Exp; lines: +3 -8 remove aout support
v. 1.23 date: 1999/12/23 17:13:42; author: jedgar; state: Exp; lines: +6 -6 * Fixed MASTER_SITES * Supported NO_WRKSUBDIR * Added WWW: line into pkg/DESCR PR: 15468 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/08/25 07:07:08; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.21 date: 1998/11/14 09:43:20; author: asami; state: Exp; lines: +7 -5 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.20 date: 1998/09/28 09:44:23; author: asami; state: Exp; lines: +4 -1 Create libblas.so symlink in a.out case.
v. 1.19 date: 1998/08/09 00:05:49; author: steve; state: Exp; lines: +2 -1 Pick up blas.tgz since to other distfiles seemed to have disappeared.
v. 1.18 date: 1998/07/09 03:42:14; author: scrappy; state: Exp; lines: +3 -3 Looked in the wrong directory (linpack vs blas) ...
v. 1.17 date: 1998/07/08 11:54:51; author: scrappy; state: Exp; lines: +2 -2 Forgot a backslash in the MASTER_SITES list... Submitted by: Werner Griessl
v. 1.16 date: 1998/07/07 19:21:02; author: scrappy; state: Exp; lines: +3 -1 Add two sites for retrieving, remove ftp.netlib.org
v. 1.15 date: 1998/07/07 18:30:55; author: scrappy; state: Exp; lines: +2 -6 distfile changed to tar.gz from sha.gz md5 changes as appropriate
v. 1.14 date: 1998/02/09 13:02:03; author: steve; state: Exp; lines: +8 -15 Cleanup preivous commit. We now use a gzipped shar file and checksum. Submitted by: Pedro F. Gifunni
v. 1.13 date: 1998/02/02 00:24:51; author: steve; state: Exp; lines: +15 -42 update this port per PR and portlint. PR: 5120 Submitted by: Pedro F. Giffuni
v. 1.12 date: 1997/07/17 15:12:52; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.11 date: 1997/04/03 01:10:59; author: fenner; state: Exp; lines: +16 -6 Fix MASTER_SITES since netlib.att.com went away. Clean up Makefiles a little while I'm here.
v. 1.10 date: 1996/11/18 11:31:51; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/03/10 09:00:53; author: asami; state: Exp; lines: +5 -10 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to fetch them correctly from the backup site.
v. 1.8 date: 1995/06/24 11:40:16; author: asami; state: Exp; lines: +4 -2 Add post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
v. 1.7 date: 1995/05/03 02:22:18; author: asami; state: Exp; lines: +2 -1 Add more CATEGORIES. packages/orphans is now empty.
v. 1.6 date: 1995/04/22 11:29:56; author: asami; state: Exp; lines: +2 -1 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.5 date: 1995/04/11 01:18:39; author: asami; state: Exp; lines: +12 -0 Some more Makefile updates, for the math ports.
v. 1.4 date: 1995/02/22 09:33:15; author: ats; state: Exp; lines: +1 -1 Change the path of the extract command. Formerly extract used CURDIR, now it uses WRKDIR.
v. 1.3 date: 1995/01/27 07:06:03; author: jkh; state: Exp; lines: +1 -1 Remove bogus tab
v. 1.2 date: 1994/11/28 00:24:14; author: ats; state: Exp; lines: +4 -0 Put a hack into it until we have some good solution for the MASTER_SITE_OVERRIDE. This works also.
v. 1.1 date: 1994/10/27 15:05:15; author: ljo; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/27 15:05:16; author: ljo; state: Exp; lines: +0 -0 BLAS (Basic Linear Algebra Package) library. Used by LINPACK, LAPACK, etc. ============================================================================= v. 1.44 date: 2007/09/10 03:04:20; author: maho; state: Exp; lines: +1 -1 Fix build for blas depended ports. Submitted by: pav
v. 1.43 date: 2007/09/07 01:18:58; author: maho; state: Exp; lines: +3 -4 Make fetchable. The distfile has been changed and taking the diff of old and new one, I only see non-functional changes. Also setting netlib.org as the primal mastersite is appropreate. Submitted by: vittorio
v. 1.42 date: 2007/07/12 06:24:38; author: maho; state: Exp; lines: +1 -6 Now we USE_FORTRAN=yes for using FORTRAN compiler.
v. 1.41 date: 2007/01/23 08:09:59; author: maho; state: Exp; lines: +6 -1 A cosmetic change.
v. 1.40 date: 2007/01/16 23:41:45; author: maho; state: Exp; lines: +1 -1 Pass maintainership. Approved by: stas (maintainer)
v. 1.39 date: 2007/01/16 02:39:07; author: maho; state: Exp; lines: +0 -2 Remove CONFLICT line as elmer-mathlibs are deprecated by migration to gfortran.
v. 1.38 date: 2007/01/09 12:00:26; author: maho; state: Exp; lines: +4 -3 Migrate to gfortran. Approved by: stas (maintainer)
v. 1.37 date: 2006/10/01 20:05:52; author: stas; state: Exp; lines: +3 -1 - Fix compiling with oncoming gcc41. Reported by: pointyhat run Approved by: sem (mentor)
v. 1.36 date: 2006/08/16 16:43:17; author: rafan; state: Exp; lines: +3 -1 - Respect DESTDIR - Use PLIST_FILES - Pass maintainership to submitter PR: ports/102111 Submitted by: Stanislav Sedov
v. 1.35 date: 2006/08/15 00:29:12; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.34 date: 2006/04/24 19:57:20; author: thierry; state: Exp; lines: +2 -0 Register conflicts with math/elmer-mathlibs and pet portlint.
v. 1.33 date: 2006/04/13 17:53:10; author: ehaupt; state: Exp; lines: +3 -2 This port now respects FFLAGS. PR: 95521 Submitted by: Pedro F. Giffuni
v. 1.32 date: 2005/09/30 17:48:56; author: fenner; state: Exp; lines: +1 -1 www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999. Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to the UK Mirror Service, ftp.mirrorservice.org. Approved By: portmgr (linimon)
v. 1.31 date: 2003/02/20 18:42:16; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.30 date: 2002/11/10 16:47:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.29 date: 2002/11/06 22:45:59; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.28 date: 2000/06/16 21:51:32; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.27 date: 2000/06/16 08:18:19; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.26 date: 2000/06/15 17:12:43; author: sobomax; state: Exp; lines: +2 -4 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.25 date: 2000/04/14 07:19:49; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.24 date: 2000/03/23 20:23:10; author: mharo; state: Exp; lines: +3 -8 remove aout support
v. 1.23 date: 1999/12/23 17:13:42; author: jedgar; state: Exp; lines: +6 -6 * Fixed MASTER_SITES * Supported NO_WRKSUBDIR * Added WWW: line into pkg/DESCR PR: 15468 Submitted by: KATO Tsuguru
v. 1.22 date: 1999/08/25 07:07:08; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.21 date: 1998/11/14 09:43:20; author: asami; state: Exp; lines: +7 -5 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.20 date: 1998/09/28 09:44:23; author: asami; state: Exp; lines: +4 -1 Create libblas.so symlink in a.out case.
v. 1.19 date: 1998/08/09 00:05:49; author: steve; state: Exp; lines: +2 -1 Pick up blas.tgz since to other distfiles seemed to have disappeared.
v. 1.18 date: 1998/07/09 03:42:14; author: scrappy; state: Exp; lines: +3 -3 Looked in the wrong directory (linpack vs blas) ...
v. 1.17 date: 1998/07/08 11:54:51; author: scrappy; state: Exp; lines: +2 -2 Forgot a backslash in the MASTER_SITES list... Submitted by: Werner Griessl
v. 1.16 date: 1998/07/07 19:21:02; author: scrappy; state: Exp; lines: +3 -1 Add two sites for retrieving, remove ftp.netlib.org
v. 1.15 date: 1998/07/07 18:30:55; author: scrappy; state: Exp; lines: +2 -6 distfile changed to tar.gz from sha.gz md5 changes as appropriate
v. 1.14 date: 1998/02/09 13:02:03; author: steve; state: Exp; lines: +8 -15 Cleanup preivous commit. We now use a gzipped shar file and checksum. Submitted by: Pedro F. Gifunni
v. 1.13 date: 1998/02/02 00:24:51; author: steve; state: Exp; lines: +15 -42 update this port per PR and portlint. PR: 5120 Submitted by: Pedro F. Giffuni
v. 1.12 date: 1997/07/17 15:12:52; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.11 date: 1997/04/03 01:10:59; author: fenner; state: Exp; lines: +16 -6 Fix MASTER_SITES since netlib.att.com went away. Clean up Makefiles a little while I'm here.
v. 1.10 date: 1996/11/18 11:31:51; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.9 date: 1996/03/10 09:00:53; author: asami; state: Exp; lines: +5 -10 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to fetch them correctly from the backup site.
v. 1.8 date: 1995/06/24 11:40:16; author: asami; state: Exp; lines: +4 -2 Add post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
v. 1.7 date: 1995/05/03 02:22:18; author: asami; state: Exp; lines: +2 -1 Add more CATEGORIES. packages/orphans is now empty.
v. 1.6 date: 1995/04/22 11:29:56; author: asami; state: Exp; lines: +2 -1 I was going to convert the math Makefiles according to the new rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
v. 1.5 date: 1995/04/11 01:18:39; author: asami; state: Exp; lines: +12 -0 Some more Makefile updates, for the math ports.
v. 1.4 date: 1995/02/22 09:33:15; author: ats; state: Exp; lines: +1 -1 Change the path of the extract command. Formerly extract used CURDIR, now it uses WRKDIR.
v. 1.3 date: 1995/01/27 07:06:03; author: jkh; state: Exp; lines: +1 -1 Remove bogus tab
v. 1.2 date: 1994/11/28 00:24:14; author: ats; state: Exp; lines: +4 -0 Put a hack into it until we have some good solution for the MASTER_SITE_OVERRIDE. This works also.
v. 1.1 date: 1994/10/27 15:05:15; author: ljo; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/10/27 15:05:16; author: ljo; state: Exp; lines: +0 -0 BLAS (Basic Linear Algebra Package) library. Used by LINPACK, LAPACK, etc. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm