The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD math : lapack

A library of Fortran 77 subroutines for linear algebra

 LAPACK is a library of Fortran 77 subroutines for solving
the most commonly occurring problems in numerical linear algebra.
It is freely-available software, and is copyrighted.
We recommend that you run the testing and timing programs.

To view an HTML version of the Users' Guide please refer to the URL
  http://www.netlib.org/lapack/lug/lapack_lug.html. 

http://www.netlib.org/lapack/



lapack history


v. 1.37
date: 2007/09/29 12:53:54;  author: maho;  state: Exp;  lines: +68 -214
Update to 3.3.1.

According to http://www.netlib.org/lapack/lapack-3.1.0.changes
> The interfaces to primary computational routines are fixed and
> will not be changed by minor LAPACK versions (e.g. 3.x).
> Primary routines are those prefixed by a precision and matrix
> type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces
> will remain the same for all LAPACK version 3 versions.
So I didn't change the version number of shared lib.

See also PR:		116166

v. 1.36 date: 2007/07/12 07:09:55; author: maho; state: Exp; lines: +1 -6 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.35 date: 2007/06/13 20:44:01; author: maho; state: Exp; lines: +5 -1 Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+. Spotted by: kris
v. 1.34 date: 2007/01/30 10:25:31; author: pav; state: Exp; lines: +1 -5 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.33 date: 2007/01/30 01:42:00; author: maho; state: Exp; lines: +0 -0 (forced commit) PR 10711 was actually submitted by bsam. Pointy hat to: maho Submitted by: bsam
v. 1.32 date: 2007/01/29 23:44:43; author: maho; state: Exp; lines: +1 -1 Fix fetchable now (invalid checksum): the default version changed to 3.1 and distfiles for v 3.0 should be used explicitly. PR: 107711 Submitted by: jmz
v. 1.31 date: 2007/01/16 23:40:38; author: maho; state: Exp; lines: +1 -1 Pass maintainership. Approved by: jmz (maintainer)
v. 1.30 date: 2007/01/16 02:39:08; author: maho; state: Exp; lines: +0 -2 Remove CONFLICT line as elmer-mathlibs are deprecated by migration to gfortran.
v. 1.29 date: 2007/01/09 12:33:23; author: maho; state: Exp; lines: +6 -4 * Migrate to gfortran * shared lib major 3->4 * bump portrevision Approved by: jmz
v. 1.28 date: 2006/04/24 20:27:40; author: thierry; state: Exp; lines: +4 -2 Register conflicts with math/elmer-mathlibs. Submitted by: Pedro F. Giffuni Approved by: jmz (maintainer)
v. 1.27 date: 2006/02/07 22:20:02; author: jmz; state: Exp; lines: +0 -2 This port does not conflict with math/atlas. That was a oversight of my part.
v. 1.26 date: 2006/02/07 21:25:04; author: jmz; state: Exp; lines: +5 -4 Don't build the included blas library and add a dependency on math/blas. This port conflicts with math/atlas. Problem pointed out by: Pedro F. Giffuni
v. 1.25 date: 2005/10/14 22:08:23; author: jmz; state: Exp; lines: +6 -2 NOPROFILE -> NO_PROFILE (fix the build on FreebSD >= 6.0) PR: ports/87429 Submitted by: Christopher Illies
v. 1.24 date: 2003/03/07 06:06:03; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.23 date: 2000/10/08 10:22:11; author: asami; state: Exp; lines: +3 -3 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.22 date: 2000/09/22 11:40:06; author: tg; state: Exp; lines: +3 -1 Add LDADD=g2c (f2c for -stale) to the makefiles. Reviewed by: Paul Magwene Approved by: jmz
v. 1.21 date: 2000/08/20 21:38:44; author: jmz; state: Exp; lines: +12 -1 Add support for profiled libraries. Submitted by: AMAKAWA Shuhei
v. 1.20 date: 2000/06/16 21:51:34; 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.19 date: 2000/06/16 08:46:58; author: sobomax; state: Exp; lines: +3 -2 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.18 date: 2000/04/14 07:20:12; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.17 date: 1999/10/13 22:59:09; author: jmz; state: Exp; lines: +7 -1 Honor FC and FFLAGS so that the user can easily override them. Enable testing and timing if ENABLE_TESTING is set to YES so that the user can check how the changes to FC and FFLAGS work. Patches to workaround the SIGFPE stuff and g77's code checking. Update pkg/DESCR. Submitted by: AMAKAWA Shuhei
v. 1.16 date: 1999/10/09 18:39:30; author: dan; state: Exp; lines: +2 -2 Back out my last commit because I had just reversed the already-committed fix.
v. 1.15 date: 1999/10/08 23:02:08; author: dan; state: Exp; lines: +2 -2 Fix small typo in Makefile. PR: ports/14120 Submitted by: sa264@cam.ac.uk
v. 1.14 date: 1999/10/06 01:48:54; author: jmz; state: Exp; lines: +2 -2 A typo in Makefile creats wrong symbolic link to BLAS shared library PR: ports/14120 Submitted by: AMAKAWA Shuhei
v. 1.13 date: 1999/09/22 22:05:07; author: jmz; state: Exp; lines: +186 -164 Upgrade from version 2.0 to version 3.0
v. 1.12 date: 1999/09/20 00:47:53; author: steve; state: Exp; lines: +7 -1 Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves based on NOMANCOMPRESS, so we don't have problems with the arguments being too long to sh(1).
v. 1.11 date: 1999/08/25 07:10:52; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1998/11/14 09:43:23; author: asami; state: Exp; lines: +11 -9 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.9 date: 1998/09/27 20:08:00; author: steve; state: Exp; lines: +9 -2 Convert to ELF.
v. 1.8 date: 1998/08/25 02:26:19; author: asami; state: Exp; lines: +3 -1 Move distfiles to subdirectory. When there's a file like "manpages.tgz", it's a good idea even if it's only two files. :>
v. 1.7 date: 1998/08/24 19:48:10; author: jmz; state: Exp; lines: +2 -2 Suffix has changed (.tar.gz -> .tgz)
v. 1.6 date: 1998/08/19 17:01:37; author: hoek; state: Exp; lines: +170 -14 Use INSTALL_ macros so I can install non-root. Use MANx.
v. 1.5 date: 1998/02/18 06:24:54; author: steve; state: Exp; lines: +7 -7 Portlint clean.
v. 1.4 date: 1997/07/17 15:12:56; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.3 date: 1996/11/18 11:32:23; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2 date: 1996/06/10 21:19:55; author: asami; state: Exp; lines: +13 -7 Make it install manpages even if NOMANCOMPRESS is defined. Run /sbin/ldconfig -m on shared libraries. Take out @ from install commands so user can have some idea what's going on.
v. 1.1 date: 1996/06/07 15:39:53; author: jmz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/06/07 15:39:53; author: jmz; state: Exp; lines: +0 -0 LAPACK is a library of Fortran 77 subroutines for linear algebra. ============================================================================= v. 1.37 date: 2007/09/29 12:53:54; author: maho; state: Exp; lines: +68 -214 Update to 3.3.1. According to http://www.netlib.org/lapack/lapack-3.1.0.changes > The interfaces to primary computational routines are fixed and > will not be changed by minor LAPACK versions (e.g. 3.x). > Primary routines are those prefixed by a precision and matrix > type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces > will remain the same for all LAPACK version 3 versions. So I didn't change the version number of shared lib. See also PR: 116166
v. 1.36 date: 2007/07/12 07:09:55; author: maho; state: Exp; lines: +1 -6 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.35 date: 2007/06/13 20:44:01; author: maho; state: Exp; lines: +5 -1 Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+. Spotted by: kris
v. 1.34 date: 2007/01/30 10:25:31; author: pav; state: Exp; lines: +1 -5 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.33 date: 2007/01/30 01:42:00; author: maho; state: Exp; lines: +0 -0 (forced commit) PR 10711 was actually submitted by bsam. Pointy hat to: maho Submitted by: bsam
v. 1.32 date: 2007/01/29 23:44:43; author: maho; state: Exp; lines: +1 -1 Fix fetchable now (invalid checksum): the default version changed to 3.1 and distfiles for v 3.0 should be used explicitly. PR: 107711 Submitted by: jmz
v. 1.31 date: 2007/01/16 23:40:38; author: maho; state: Exp; lines: +1 -1 Pass maintainership. Approved by: jmz (maintainer)
v. 1.30 date: 2007/01/16 02:39:08; author: maho; state: Exp; lines: +0 -2 Remove CONFLICT line as elmer-mathlibs are deprecated by migration to gfortran.
v. 1.29 date: 2007/01/09 12:33:23; author: maho; state: Exp; lines: +6 -4 * Migrate to gfortran * shared lib major 3->4 * bump portrevision Approved by: jmz
v. 1.28 date: 2006/04/24 20:27:40; author: thierry; state: Exp; lines: +4 -2 Register conflicts with math/elmer-mathlibs. Submitted by: Pedro F. Giffuni Approved by: jmz (maintainer)
v. 1.27 date: 2006/02/07 22:20:02; author: jmz; state: Exp; lines: +0 -2 This port does not conflict with math/atlas. That was a oversight of my part.
v. 1.26 date: 2006/02/07 21:25:04; author: jmz; state: Exp; lines: +5 -4 Don't build the included blas library and add a dependency on math/blas. This port conflicts with math/atlas. Problem pointed out by: Pedro F. Giffuni
v. 1.25 date: 2005/10/14 22:08:23; author: jmz; state: Exp; lines: +6 -2 NOPROFILE -> NO_PROFILE (fix the build on FreebSD >= 6.0) PR: ports/87429 Submitted by: Christopher Illies
v. 1.24 date: 2003/03/07 06:06:03; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.23 date: 2000/10/08 10:22:11; author: asami; state: Exp; lines: +3 -3 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.22 date: 2000/09/22 11:40:06; author: tg; state: Exp; lines: +3 -1 Add LDADD=g2c (f2c for -stale) to the makefiles. Reviewed by: Paul Magwene Approved by: jmz
v. 1.21 date: 2000/08/20 21:38:44; author: jmz; state: Exp; lines: +12 -1 Add support for profiled libraries. Submitted by: AMAKAWA Shuhei
v. 1.20 date: 2000/06/16 21:51:34; 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.19 date: 2000/06/16 08:46:58; author: sobomax; state: Exp; lines: +3 -2 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.18 date: 2000/04/14 07:20:12; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.17 date: 1999/10/13 22:59:09; author: jmz; state: Exp; lines: +7 -1 Honor FC and FFLAGS so that the user can easily override them. Enable testing and timing if ENABLE_TESTING is set to YES so that the user can check how the changes to FC and FFLAGS work. Patches to workaround the SIGFPE stuff and g77's code checking. Update pkg/DESCR. Submitted by: AMAKAWA Shuhei
v. 1.16 date: 1999/10/09 18:39:30; author: dan; state: Exp; lines: +2 -2 Back out my last commit because I had just reversed the already-committed fix.
v. 1.15 date: 1999/10/08 23:02:08; author: dan; state: Exp; lines: +2 -2 Fix small typo in Makefile. PR: ports/14120 Submitted by: sa264@cam.ac.uk
v. 1.14 date: 1999/10/06 01:48:54; author: jmz; state: Exp; lines: +2 -2 A typo in Makefile creats wrong symbolic link to BLAS shared library PR: ports/14120 Submitted by: AMAKAWA Shuhei
v. 1.13 date: 1999/09/22 22:05:07; author: jmz; state: Exp; lines: +186 -164 Upgrade from version 2.0 to version 3.0
v. 1.12 date: 1999/09/20 00:47:53; author: steve; state: Exp; lines: +7 -1 Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves based on NOMANCOMPRESS, so we don't have problems with the arguments being too long to sh(1).
v. 1.11 date: 1999/08/25 07:10:52; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1998/11/14 09:43:23; author: asami; state: Exp; lines: +11 -9 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.9 date: 1998/09/27 20:08:00; author: steve; state: Exp; lines: +9 -2 Convert to ELF.
v. 1.8 date: 1998/08/25 02:26:19; author: asami; state: Exp; lines: +3 -1 Move distfiles to subdirectory. When there's a file like "manpages.tgz", it's a good idea even if it's only two files. :>
v. 1.7 date: 1998/08/24 19:48:10; author: jmz; state: Exp; lines: +2 -2 Suffix has changed (.tar.gz -> .tgz)
v. 1.6 date: 1998/08/19 17:01:37; author: hoek; state: Exp; lines: +170 -14 Use INSTALL_ macros so I can install non-root. Use MANx.
v. 1.5 date: 1998/02/18 06:24:54; author: steve; state: Exp; lines: +7 -7 Portlint clean.
v. 1.4 date: 1997/07/17 15:12:56; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.3 date: 1996/11/18 11:32:23; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2 date: 1996/06/10 21:19:55; author: asami; state: Exp; lines: +13 -7 Make it install manpages even if NOMANCOMPRESS is defined. Run /sbin/ldconfig -m on shared libraries. Take out @ from install commands so user can have some idea what's going on.
v. 1.1 date: 1996/06/07 15:39:53; author: jmz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/06/07 15:39:53; author: jmz; state: Exp; lines: +0 -0 LAPACK is a library of Fortran 77 subroutines for linear algebra. ============================================================================= v. 1.37 date: 2007/09/29 12:53:54; author: maho; state: Exp; lines: +68 -214 Update to 3.3.1. According to http://www.netlib.org/lapack/lapack-3.1.0.changes > The interfaces to primary computational routines are fixed and > will not be changed by minor LAPACK versions (e.g. 3.x). > Primary routines are those prefixed by a precision and matrix > type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces > will remain the same for all LAPACK version 3 versions. So I didn't change the version number of shared lib. See also PR: 116166
v. 1.36 date: 2007/07/12 07:09:55; author: maho; state: Exp; lines: +1 -6 Now we use USE_FORTRAN=yes to use FORTRAN compiler.
v. 1.35 date: 2007/06/13 20:44:01; author: maho; state: Exp; lines: +5 -1 Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+. Spotted by: kris
v. 1.34 date: 2007/01/30 10:25:31; author: pav; state: Exp; lines: +1 -5 - Remove support for a.out format and PORTOBJFORMAT variable from individual ports With hat: portmgr
v. 1.33 date: 2007/01/30 01:42:00; author: maho; state: Exp; lines: +0 -0 (forced commit) PR 10711 was actually submitted by bsam. Pointy hat to: maho Submitted by: bsam
v. 1.32 date: 2007/01/29 23:44:43; author: maho; state: Exp; lines: +1 -1 Fix fetchable now (invalid checksum): the default version changed to 3.1 and distfiles for v 3.0 should be used explicitly. PR: 107711 Submitted by: jmz
v. 1.31 date: 2007/01/16 23:40:38; author: maho; state: Exp; lines: +1 -1 Pass maintainership. Approved by: jmz (maintainer)
v. 1.30 date: 2007/01/16 02:39:08; author: maho; state: Exp; lines: +0 -2 Remove CONFLICT line as elmer-mathlibs are deprecated by migration to gfortran.
v. 1.29 date: 2007/01/09 12:33:23; author: maho; state: Exp; lines: +6 -4 * Migrate to gfortran * shared lib major 3->4 * bump portrevision Approved by: jmz
v. 1.28 date: 2006/04/24 20:27:40; author: thierry; state: Exp; lines: +4 -2 Register conflicts with math/elmer-mathlibs. Submitted by: Pedro F. Giffuni Approved by: jmz (maintainer)
v. 1.27 date: 2006/02/07 22:20:02; author: jmz; state: Exp; lines: +0 -2 This port does not conflict with math/atlas. That was a oversight of my part.
v. 1.26 date: 2006/02/07 21:25:04; author: jmz; state: Exp; lines: +5 -4 Don't build the included blas library and add a dependency on math/blas. This port conflicts with math/atlas. Problem pointed out by: Pedro F. Giffuni
v. 1.25 date: 2005/10/14 22:08:23; author: jmz; state: Exp; lines: +6 -2 NOPROFILE -> NO_PROFILE (fix the build on FreebSD >= 6.0) PR: ports/87429 Submitted by: Christopher Illies
v. 1.24 date: 2003/03/07 06:06:03; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.23 date: 2000/10/08 10:22:11; author: asami; state: Exp; lines: +3 -3 Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
v. 1.22 date: 2000/09/22 11:40:06; author: tg; state: Exp; lines: +3 -1 Add LDADD=g2c (f2c for -stale) to the makefiles. Reviewed by: Paul Magwene Approved by: jmz
v. 1.21 date: 2000/08/20 21:38:44; author: jmz; state: Exp; lines: +12 -1 Add support for profiled libraries. Submitted by: AMAKAWA Shuhei
v. 1.20 date: 2000/06/16 21:51:34; 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.19 date: 2000/06/16 08:46:58; author: sobomax; state: Exp; lines: +3 -2 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.18 date: 2000/04/14 07:20:12; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION.
v. 1.17 date: 1999/10/13 22:59:09; author: jmz; state: Exp; lines: +7 -1 Honor FC and FFLAGS so that the user can easily override them. Enable testing and timing if ENABLE_TESTING is set to YES so that the user can check how the changes to FC and FFLAGS work. Patches to workaround the SIGFPE stuff and g77's code checking. Update pkg/DESCR. Submitted by: AMAKAWA Shuhei
v. 1.16 date: 1999/10/09 18:39:30; author: dan; state: Exp; lines: +2 -2 Back out my last commit because I had just reversed the already-committed fix.
v. 1.15 date: 1999/10/08 23:02:08; author: dan; state: Exp; lines: +2 -2 Fix small typo in Makefile. PR: ports/14120 Submitted by: sa264@cam.ac.uk
v. 1.14 date: 1999/10/06 01:48:54; author: jmz; state: Exp; lines: +2 -2 A typo in Makefile creats wrong symbolic link to BLAS shared library PR: ports/14120 Submitted by: AMAKAWA Shuhei
v. 1.13 date: 1999/09/22 22:05:07; author: jmz; state: Exp; lines: +186 -164 Upgrade from version 2.0 to version 3.0
v. 1.12 date: 1999/09/20 00:47:53; author: steve; state: Exp; lines: +7 -1 Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves based on NOMANCOMPRESS, so we don't have problems with the arguments being too long to sh(1).
v. 1.11 date: 1999/08/25 07:10:52; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.10 date: 1998/11/14 09:43:23; author: asami; state: Exp; lines: +11 -9 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.9 date: 1998/09/27 20:08:00; author: steve; state: Exp; lines: +9 -2 Convert to ELF.
v. 1.8 date: 1998/08/25 02:26:19; author: asami; state: Exp; lines: +3 -1 Move distfiles to subdirectory. When there's a file like "manpages.tgz", it's a good idea even if it's only two files. :>
v. 1.7 date: 1998/08/24 19:48:10; author: jmz; state: Exp; lines: +2 -2 Suffix has changed (.tar.gz -> .tgz)
v. 1.6 date: 1998/08/19 17:01:37; author: hoek; state: Exp; lines: +170 -14 Use INSTALL_ macros so I can install non-root. Use MANx.
v. 1.5 date: 1998/02/18 06:24:54; author: steve; state: Exp; lines: +7 -7 Portlint clean.
v. 1.4 date: 1997/07/17 15:12:56; author: max; state: Exp; lines: +2 -2 ldconfig -> ${LDCONFIG}.
v. 1.3 date: 1996/11/18 11:32:23; author: asami; state: Exp; lines: +2 -2 Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2 date: 1996/06/10 21:19:55; author: asami; state: Exp; lines: +13 -7 Make it install manpages even if NOMANCOMPRESS is defined. Run /sbin/ldconfig -m on shared libraries. Take out @ from install commands so user can have some idea what's going on.
v. 1.1 date: 1996/06/07 15:39:53; author: jmz; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/06/07 15:39:53; author: jmz; state: Exp; lines: +0 -0 LAPACK is a library of Fortran 77 subroutines for linear algebra. =============================================================================



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