summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-10-13 08:00:16 +0000
committerAuto update bot2022-10-13 08:00:16 +0000
commit7736694bc17767893aaf3537d64a0892c1e000d7 (patch)
tree98beeb954452a1c749da4e8ac5342897b2fc6312
parente6dd717779dcfd529fb754f550ff12ef99e9c713 (diff)
downloadaur-7736694bc17767893aaf3537d64a0892c1e000d7.tar.gz
auto updated to 1.23.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989be77e2359..76db5a918284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-mkl
pkgdesc = Scientific tools for Python, compiled with Intel MKL
- pkgver = 1.23.3
+ pkgver = 1.23.4
pkgrel = 1
url = http://numpy.scipy.org/
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = python-numpy-mkl
depends = python
depends = intel-oneapi-mkl
optdepends = python-nose: testsuite
- provides = python-numpy=1.23.3
+ provides = python-numpy=1.23.4
conflicts = python-numpy
options = staticlibs
- source = https://github.com/numpy/numpy/releases/download/v1.23.3/numpy-1.23.3.tar.gz
- sha256sums = 51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd
+ source = https://github.com/numpy/numpy/releases/download/v1.23.4/numpy-1.23.4.tar.gz
+ sha256sums = ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c
pkgname = python-numpy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index c16cfafad04e..a143c9f46249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl
-pkgver=1.23.3
+pkgver=1.23.4
pkgrel=1
pkgdesc="Scientific tools for Python, compiled with Intel MKL"
arch=('x86_64' 'i686')
@@ -21,7 +21,7 @@ makedepends=('cython' 'gcc-fortran' 'procps-ng' 'python-nose' 'python-setuptools
checkdepends=('python-pytest' 'python-hypothesis')
options=('staticlibs')
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz")
-sha256sums=('51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd')
+sha256sums=('ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c')
build() {
source /opt/intel/oneapi/setvars.sh