diff options
author | tg <tg@FreeBSD.org> | 1997-04-28 09:24:08 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-04-28 09:24:08 +0000 |
commit | 108dfbc2b0c818727a9c8000c55a15d529af27f5 (patch) | |
tree | 81e44989149cf016c875d11e8ad01ad05b2eeb79 | |
parent | f0434a5b7e95cadfacbc8fc36a491bef523fa43e (diff) | |
download | FreeBSD-ports-108dfbc2b0c818727a9c8000c55a15d529af27f5.zip FreeBSD-ports-108dfbc2b0c818727a9c8000c55a15d529af27f5.tar.gz |
Add numpy.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index cd1e0f9..a60d9c4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1997/03/06 01:23:46 asami Exp $ +# $Id: Makefile,v 1.25 1997/04/07 09:32:58 asami Exp $ # SUBDIR += blas @@ -14,6 +14,7 @@ SUBDIR += libranlib SUBDIR += linpack SUBDIR += maxima + SUBDIR += numpy SUBDIR += octave SUBDIR += oleo SUBDIR += ss |