summaryrefslogtreecommitdiffstats
path: root/development/numpy-legacy/README
diff options
context:
space:
mode:
author Serban Udrea <S.Udrea@gsi.de>2014-10-29 00:10:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-30 20:27:32 +0700
commit19958c04c5a0edf363c8981b24edb422430d3a38 (patch)
tree9ce739e6ce19cecf02d00a50da50107a629fcfd1 /development/numpy-legacy/README
parent21415395bbd3eff845ce883adb41b495bab2ef11 (diff)
downloadslackbuilds-19958c04c5a0edf363c8981b24edb422430d3a38.tar.gz
slackbuilds-19958c04c5a0edf363c8981b24edb422430d3a38.tar.xz
development/numpy-legacy: Added (Python extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/numpy-legacy/README')
-rw-r--r--development/numpy-legacy/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/development/numpy-legacy/README b/development/numpy-legacy/README
new file mode 100644
index 0000000000..ace9230ef8
--- /dev/null
+++ b/development/numpy-legacy/README
@@ -0,0 +1,24 @@
+NumPy is a general-purpose array-processing package designed to
+efficiently manipulate large multi-dimensional arrays of arbitrary
+records without sacrificing too much speed for small multi-dimensional
+arrays. NumPy is built on the Numeric code base and adds features
+introduced by numarray as well as an extended C-API and the ability to
+create arrays of arbitrary type which also makes NumPy suitable for
+interfacing with general-purpose data-base applications.
+
+There are also basic facilities for discrete fourier transform, basic
+linear algebra and random number generation.
+
+If you need to build numpy for debugging, set DEBUG=y. If software
+depending on numpy is having problems with the new relaxed strides
+checking, set NPY_RSC=0.
+
+It is highly recommended to install optimized BLAS and LAPACK libs
+before installing numpy. You may choose between ATLAS+LAPACK and
+OpenBLAS.
+
+IMPORTANT: This version, 1.8.2, is the latest to include the oldnumeric
+ and numarray compatibility modules. Starting with version
+ 1.9.0 these modules got removed by the numpy developers.
+ THUS: This SlackBuild conflicts with the numpy SlackBuild
+ which installs versions >= 1.9.0!