diff options
author | tg <tg@FreeBSD.org> | 2001-05-02 19:39:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-05-02 19:39:53 +0800 |
commit | 17d0421f681570573a8a80df197263bfa28941a3 (patch) | |
tree | cc6cd455030e3cccbadd71b4692a36ad3eb240eb /math | |
parent | d8f30f1590e2027f404dd97cdae9e84b1f83db16 (diff) | |
download | freebsd-ports-gnome-17d0421f681570573a8a80df197263bfa28941a3.tar.gz freebsd-ports-gnome-17d0421f681570573a8a80df197263bfa28941a3.tar.zst freebsd-ports-gnome-17d0421f681570573a8a80df197263bfa28941a3.zip |
Numpy is now py-numeric after a repo copy. Add py-numeric17, needed
for older python versions.
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 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 |