summaryrefslogtreecommitdiffstats
path: root/development/numpy3/README
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@iinet.net.au>2015-03-21 01:16:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-03-21 01:16:20 +0700
commit8b819e51b3af284f93e238d6ca109004d48982aa (patch)
treebf9282da00facbe8778ac55058e60dddb5f9a406 /development/numpy3/README
parent9fcfabae620cc0e5e51782013a3343d99db4f5f6 (diff)
downloadslackbuilds-8b819e51b3af284f93e238d6ca109004d48982aa.tar.gz
slackbuilds-8b819e51b3af284f93e238d6ca109004d48982aa.tar.xz
development/numpy3: Added (Python extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/numpy3/README')
-rw-r--r--development/numpy3/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/development/numpy3/README b/development/numpy3/README
new file mode 100644
index 0000000000..f219a96c84
--- /dev/null
+++ b/development/numpy3/README
@@ -0,0 +1,29 @@
+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: The version installed by this SlackBuild does 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!
+
+This numpy3 SlackBuild creates bindings for python3 and can be installed
+without conflict alongside the standard numpy SlackBuild.