diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-02 11:39:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-05-02 11:39:53 +0000 |
commit | c2ebbe5bf97afb39134da5e5093c91a8171a03f0 (patch) | |
tree | 888db5194cf0872dbdecf4da2f3e1268e938ca88 /math/Makefile | |
parent | Point MASTERDIR to lang/python20. (diff) |
Numpy is now py-numeric after a repo copy. Add py-numeric17, needed
for older python versions.
Notes
Notes:
svn path=/head/; revision=42162
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 6e31a7525f10..487c875c72c2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,7 +46,6 @@ SUBDIR += netcdf SUBDIR += ngraph SUBDIR += ntl - SUBDIR += numpy SUBDIR += octave SUBDIR += oleo SUBDIR += p5-AI-NeuralNet-BackProp @@ -79,6 +78,8 @@ SUBDIR += plplot SUBDIR += pspp SUBDIR += py-gnuplot + SUBDIR += py-numeric + SUBDIR += py-numeric17 SUBDIR += py-scientific SUBDIR += pygist SUBDIR += rascal |