aboutsummaryrefslogtreecommitdiff
path: root/development/python3-numpy/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2023-12-12 21:59:12 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-16 08:56:10 +0700
commitcf6288fcef074f0a10849f68eeb67c74887a5168 (patch)
tree23f6d5f3c8ccab3c9ce4c9c2a64a8313775d46bf /development/python3-numpy/README
parenta51efde3a9020a748195d13dd4480f9bfa230f90 (diff)
development/python3-numpy: Updated for version 1.26.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-numpy/README')
-rw-r--r--development/python3-numpy/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/python3-numpy/README b/development/python3-numpy/README
index fb6e0edd75..969f8d5b83 100644
--- a/development/python3-numpy/README
+++ b/development/python3-numpy/README
@@ -15,7 +15,7 @@ checking, set NPY_RSC=0.
It is highly recommended to install libraries implementing BLAS and
LAPACK before installing numpy. You may choose between:
- a) BLAS and LAPACK (reference but unoptimized and thus slow)
+ a) BLAS and LAPACK (unoptimized reference implementation, thus slow)
b) OpenBLAS (optimized, provides LAPACK too)
c) ATLAS and LAPACK (optimized), good to read README.ATLAS
All these are available on SlackBuilds.org.
@@ -28,7 +28,7 @@ numpy.
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
+ starting with version 1.9.0 these modules was removed by
the numpy developers. If you need these compatibility
modules please consider the numpy-legacy SlackBuild which
is available for python2 only and does not conflict with this