aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-01 18:14:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-01 18:14:17 +0000
commitecf737426d404ed57f613611b5c2aa55aea8f302 (patch)
treed8e7406c6f70d1706b6cffe4a3364655515eb2ca /math/Makefile
parent90b46110112c0931aeeea40db16abc4138a9f7ad (diff)
The fundamental package needed for scientific computing with Python is
called NumPy. This package contains: * a powerful N-dimensional array object * sophisticated (broadcasting) functions * basic linear algebra functions * basic Fourier transforms * sophisticated random number capabilities * tools for integrating Fortran code. NumPy derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can also be used to replace numarray. Note: Development for Numeric has ceased, and users should transisition to NumPy as quickly as possible. WWW: http://numpy.scipy.org/ PR: ports/102458 Submitted by: Tony Maher <anthony.maher@uts.edu.au>
Notes
Notes: svn path=/head/; revision=171823
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 22ea52484084..07c8cc95a1b0 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -276,6 +276,7 @@
SUBDIR += py-numarray
SUBDIR += py-numeric
SUBDIR += py-numeric17
+ SUBDIR += py-numpy
SUBDIR += py-probstat
SUBDIR += py-scientific
SUBDIR += qalculate