blob: 354298534cf55434b228d8bd8b0115644e1fc654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-numpy-mkl
pkgdesc = Scientific tools for Python, compiled with Intel MKL
pkgver = 2.2.2
pkgrel = 1
url = https://numpy.org
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-hypothesis
makedepends = python-build
makedepends = python-installer
makedepends = meson-python
makedepends = python-setuptools
makedepends = cython
makedepends = gcc-fortran
makedepends = procps-ng
depends = python
depends = intel-oneapi-mkl
optdepends = python-threadpoolctl: for show_runtime() support
provides = python-numpy=2.2.2
conflicts = python-numpy
source = https://github.com/numpy/numpy/releases/download/v2.2.2/numpy-2.2.2.tar.gz
sha512sums = f30c400b0a0296ac7990bfe143d4e01e9429e14a09f0525843c6f8e29d2e589289774e4c803fc9de640bf920749dcb3e50663da812b3541f4dc1b7046ab27b40
pkgname = python-numpy-mkl
|