python-numpy-mkl: auto updated to 1.26.1-1

This commit is contained in:
BioArchLinuxBot 2023-10-15 00:09:26 +00:00
parent b6c4dfb773
commit 4652d51c73

View file

@ -7,8 +7,8 @@
# Adapted to mkl by Simone Riva # Adapted to mkl by Simone Riva
pkgname=python-numpy-mkl pkgname=python-numpy-mkl
pkgver=1.26.0 pkgver=1.26.1
pkgrel=3 pkgrel=1
pkgdesc="Scientific tools for Python, compiled with Intel MKL" pkgdesc="Scientific tools for Python, compiled with Intel MKL"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
license=('custom') license=('custom')
@ -21,7 +21,7 @@ makedepends=('git' 'cython' 'gcc-fortran' 'procps-ng' 'python-nose' 'python-setu
checkdepends=('python-pytest' 'python-hypothesis') checkdepends=('python-pytest' 'python-hypothesis')
options=('staticlibs') options=('staticlibs')
source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz") source=("https://github.com/numpy/numpy/releases/download/v$pkgver/numpy-$pkgver.tar.gz")
sha256sums=('f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf') sha256sums=('c8c6c72d4a9f831f328efb1312642a1cafafaa88981d9ab76368d50d07d93cbe')
build() { build() {
source /opt/intel/oneapi/setvars.sh source /opt/intel/oneapi/setvars.sh