summaryrefslogtreecommitdiffstats
path: root/python-numpy/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 14:13:33 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 14:13:33 +0000
commitb08628f4a10d26946f6019c1a619ba523643b70e (patch)
treed0a856fb3c467fb5fdf642c68e5d30e20bb8053b /python-numpy/build
parent92ba5e6f25b9bd5d50d3073fd86142fd4424dbba (diff)
downloadasb-b08628f4a10d26946f6019c1a619ba523643b70e.tar.gz
asb-b08628f4a10d26946f6019c1a619ba523643b70e.tar.xz
python-numpy: rebuilt against Python 3.9
Diffstat (limited to 'python-numpy/build')
-rwxr-xr-xpython-numpy/build/python-numpy.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-numpy/build/python-numpy.SlackBuild b/python-numpy/build/python-numpy.SlackBuild
index 1ec8104b..a667a1a2 100755
--- a/python-numpy/build/python-numpy.SlackBuild
+++ b/python-numpy/build/python-numpy.SlackBuild
@@ -39,6 +39,8 @@
# * Updated for Python 3.10.
# Newer releases than 1.16.x drop Python2 support, but 1.1x
# does not support Python 3.10 either.
+# 1.21.3-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against Python 3.9.
#
# Run 'sh python-numpy.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -49,7 +51,7 @@
PRGNAM=python-numpy
SRCNAM=numpy
VERSION=${VERSION:-1.21.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}