diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-12-12 21:59:12 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:10 +0700 |
commit | cf6288fcef074f0a10849f68eeb67c74887a5168 (patch) | |
tree | 23f6d5f3c8ccab3c9ce4c9c2a64a8313775d46bf /development/python3-numpy | |
parent | a51efde3a9020a748195d13dd4480f9bfa230f90 (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')
-rw-r--r-- | development/python3-numpy/README | 4 | ||||
-rw-r--r-- | development/python3-numpy/python3-numpy.SlackBuild | 15 | ||||
-rw-r--r-- | development/python3-numpy/python3-numpy.info | 6 |
3 files changed, 8 insertions, 17 deletions
diff --git a/development/python3-numpy/README b/development/python3-numpy/README index fb6e0edd7593d..969f8d5b83860 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 diff --git a/development/python3-numpy/python3-numpy.SlackBuild b/development/python3-numpy/python3-numpy.SlackBuild index 47f554b31cd27..a060d85dd9e07 100644 --- a/development/python3-numpy/python3-numpy.SlackBuild +++ b/development/python3-numpy/python3-numpy.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-numpy SRCNAM=numpy -VERSION=${VERSION:-1.26.0} +VERSION=${VERSION:-1.26.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,18 +42,9 @@ if [ -z "$ARCH" ]; then esac fi -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" +LIBDIRSUFFIX="" +if [ "$ARCH" = "x86_64" ]; then LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then diff --git a/development/python3-numpy/python3-numpy.info b/development/python3-numpy/python3-numpy.info index 609639fafea17..c5686a7ce6d08 100644 --- a/development/python3-numpy/python3-numpy.info +++ b/development/python3-numpy/python3-numpy.info @@ -1,8 +1,8 @@ PRGNAM="python3-numpy" -VERSION="1.26.0" +VERSION="1.26.2" HOMEPAGE="https://www.numpy.org/" -DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.26.0/numpy-1.26.0.tar.gz" -MD5SUM="69bd28f07afbeed2bb6ecd467afcd469" +DOWNLOAD="https://github.com/numpy/numpy/releases/download/v1.26.2/numpy-1.26.2.tar.gz" +MD5SUM="8f6446a32e47953a03f8fe8533e21e98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-mesonpy" |