mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-numpy-mkl: auto updated to 2.2.0-1
This commit is contained in:
parent
86eee67b9e
commit
eccff1e0ba
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
# Adapted to mkl by Simone Riva
|
# Adapted to mkl by Simone Riva
|
||||||
|
|
||||||
pkgname=python-numpy-mkl
|
pkgname=python-numpy-mkl
|
||||||
pkgver=2.1.3
|
pkgver=2.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Scientific tools for Python, compiled with Intel MKL"
|
pkgdesc="Scientific tools for Python, compiled with Intel MKL"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -25,7 +25,7 @@ depends=(python intel-oneapi-mkl)
|
||||||
makedepends=(python-build python-installer meson-python python-setuptools cython gcc-fortran procps-ng)
|
makedepends=(python-build python-installer meson-python python-setuptools cython gcc-fortran procps-ng)
|
||||||
checkdepends=(python-pytest python-hypothesis)
|
checkdepends=(python-pytest python-hypothesis)
|
||||||
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")
|
||||||
sha512sums=('59568acda3a77160908a23c354f0574970cb3daeea79ab535762a75a5f3a52a5cedd5754bb507cc238cf5948b37f0045523ed59c04cf6fc4a94ed22b9b77b8c1')
|
sha512sums=('3a0776ac175beb82b2aea0d384b60896cd1ee1055b414765965edd621839c8292fadaaaa18482c975c8e34319578cb20db4aa8f4ad06bd41a1833563c55fc3e9')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
sed -i 's/meson-python>=0.15.0,<0.16.0/meson-python>=0.15.0/' numpy-$pkgver/pyproject.toml
|
sed -i 's/meson-python>=0.15.0,<0.16.0/meson-python>=0.15.0/' numpy-$pkgver/pyproject.toml
|
||||||
|
|
Loading…
Add table
Reference in a new issue