diff options
author | perky <perky@FreeBSD.org> | 2002-06-27 12:40:39 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-06-27 12:40:39 +0000 |
commit | 81f2c712bfc2d95ee23a74417671d0afc8b7121d (patch) | |
tree | 35936a5f2e664c3afb061f5f46fd065765da6edf /math/Makefile | |
parent | 91ea1e8722130df1b4faadbd5f62d68aae9d4ec0 (diff) | |
download | FreeBSD-ports-81f2c712bfc2d95ee23a74417671d0afc8b7121d.zip FreeBSD-ports-81f2c712bfc2d95ee23a74417671d0afc8b7121d.tar.gz |
Add py-numarray 0.3.4,
numeric array manipulation extension module
for Python.
PR: 37595
Submitted by: me
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0e0a69e..87668a2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -118,6 +118,7 @@ SUBDIR += py-gnuplot SUBDIR += py-gsl SUBDIR += py-mpz + SUBDIR += py-numarray SUBDIR += py-numeric SUBDIR += py-numeric17 SUBDIR += py-scientific |