diff options
author | jmz <jmz@FreeBSD.org> | 1996-06-07 15:56:19 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-06-07 15:56:19 +0000 |
commit | 594027904a13fedd4ef7f71f0ab51ec57e0b62c8 (patch) | |
tree | d29b885226da7440378795543c2de87afb24b329 /math | |
parent | f11b7d0f3fdf768a3fa801522a472e94b1fa5c11 (diff) | |
download | FreeBSD-ports-594027904a13fedd4ef7f71f0ab51ec57e0b62c8.zip FreeBSD-ports-594027904a13fedd4ef7f71f0ab51ec57e0b62c8.tar.gz |
Add lapack.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index bef0906..250ede2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.16 1995/11/26 21:25:36 asami Exp $ +# $Id: Makefile,v 1.17 1996/04/12 08:35:07 asami Exp $ # SUBDIR += blas @@ -7,6 +7,7 @@ SUBDIR += fudgit SUBDIR += gnuplot SUBDIR += hexcalc + SUBDIR += lapack SUBDIR += linpack SUBDIR += maxima SUBDIR += octave |