summaryrefslogtreecommitdiffstats
path: root/python-numpy/build/python-numpy.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-21 08:42:39 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-21 08:42:39 +0000
commitf4db9bc1afc68e4d126bcd09169338fdc634450a (patch)
treebd813f9c3fe3c09f6d625eb889d8e1a86aa8656f /python-numpy/build/python-numpy.SlackBuild
parent6fbec7353005a681217c531774b569e163873d0b (diff)
downloadasb-f4db9bc1afc68e4d126bcd09169338fdc634450a.tar.gz
asb-f4db9bc1afc68e4d126bcd09169338fdc634450a.tar.xz
python-numpy: rebuilt against Python 3.10
Diffstat (limited to 'python-numpy/build/python-numpy.SlackBuild')
-rwxr-xr-xpython-numpy/build/python-numpy.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/python-numpy/build/python-numpy.SlackBuild b/python-numpy/build/python-numpy.SlackBuild
index d3c13b4f..859dcd33 100755
--- a/python-numpy/build/python-numpy.SlackBuild
+++ b/python-numpy/build/python-numpy.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers< Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,9 @@
# * Initial build.
# 1.16.6-1: 28/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Update. Newer releases than 1.16.x drop Python2 support.
+# 1.16.6-2: 19/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Python 3.10.
+# Newer releases than 1.16.x drop Python2 support.
#
# 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 .
@@ -45,7 +48,7 @@
PRGNAM=python-numpy
SRCNAM=numpy
VERSION=${VERSION:-1.16.6}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}