summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-06-18 06:53:33 +0000
committerAuto update bot2023-06-18 06:53:33 +0000
commit27f7ace4372c997c6f49ec44ac7520f395d16a9b (patch)
treeee74b37fadf497a59c12c9b980b4a5f985f66cfe
parenta24b05aa51c8b5b55f5e7cea3f88edf59f202f1f (diff)
downloadaur-27f7ace4372c997c6f49ec44ac7520f395d16a9b.tar.gz
Auto updated to 1.25.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0456c98fb41..dc836eb33235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-numpy-mkl
pkgdesc = Scientific tools for Python, compiled with Intel MKL
- pkgver = 1.24.3
+ pkgver = 1.25.0
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.24.3
+ provides = python-numpy=1.25.0
conflicts = python-numpy
options = staticlibs
- source = https://github.com/numpy/numpy/releases/download/v1.24.3/numpy-1.24.3.tar.gz
- sha256sums = ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155
+ source = https://github.com/numpy/numpy/releases/download/v1.25.0/numpy-1.25.0.tar.gz
+ sha256sums = f1accae9a28dc3cda46a91de86acf69de0d1b5f4edd44a9b0c3ceb8036dfff19
pkgname = python-numpy-mkl
diff --git a/PKGBUILD b/PKGBUILD
index f5e0edca42b7..28f295f7015e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl
-pkgver=1.24.3
+pkgver=1.25.0
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=('ab344f1bf21f140adab8e47fdbc7c35a477dc01408791f8ba00d018dd0bc5155')
+sha256sums=('f1accae9a28dc3cda46a91de86acf69de0d1b5f4edd44a9b0c3ceb8036dfff19')
build() {
source /opt/intel/oneapi/setvars.sh