summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-04-28 09:24:08 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-04-28 09:24:08 +0000
commitaef1b8e529aa9da5f81ac7d6a88a5a5bf4d5fc7c (patch)
tree08c5a0027a4911c38104f3ce91eeda14ffeb0ffd /math
parentImport of the NumPy port. The Numeric extensions to Python contain (diff)
Add numpy.
Notes
Notes: svn path=/head/; revision=6350
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index cd1e0f9a3fdc..a60d9c4d2822 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