summaryrefslogtreecommitdiffstats
path: root/development/numpy/README
diff options
context:
space:
mode:
author Serban Udrea2014-10-28 02:09:34 +0100
committer Willy Sudiarto Raharjo2014-10-30 14:27:28 +0100
commit7d2552f8af8cf3879bb3c1f6f3bb6aaa5dda3962 (patch)
treefecaa7520b40ebd487e01cad02e16ac0a2a12b78 /development/numpy/README
parent7d2b1f3e09e56d774a56a4de170692df233533fc (diff)
downloadslackbuilds-7d2552f8af8cf3879bb3c1f6f3bb6aaa5dda3962.tar.gz
development/numpy: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/numpy/README')
-rw-r--r--development/numpy/README18
1 files changed, 16 insertions, 2 deletions
diff --git a/development/numpy/README b/development/numpy/README
index fe0e06e44f..7e44029a85 100644
--- a/development/numpy/README
+++ b/development/numpy/README
@@ -5,8 +5,22 @@ 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 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: The version installed by this SlackBuild doesn NOT include the
+ oldnumeric and numarray compatibility modules since starting with
+ version 1.9.0 these modules got removed by the numpy developers.
+ If you need these compatibility modules please consider the
+ numpy-legacy SlackBuild.
+ THUS: This SlackBuild conflicts with the numpy-legacy SlackBuild
+ which installs versions < 1.9.0!