aboutsummaryrefslogtreecommitdiff
path: root/development/python3-numpy/python3-numpy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/python3-numpy/python3-numpy.SlackBuild')
-rw-r--r--development/python3-numpy/python3-numpy.SlackBuild15
1 files changed, 3 insertions, 12 deletions
diff --git a/development/python3-numpy/python3-numpy.SlackBuild b/development/python3-numpy/python3-numpy.SlackBuild
index 47f554b31c..a060d85dd9 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