blob: 798a1f747d82fdfc41164116224c030f2f3fd532 (
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
26
27
|
pkgbase = python-numpy-mkl-tbb
pkgdesc = Scientific tools for Python, compiled with Intel MKL and TBB
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
conflicts = python-numpy-mkl
conflicts = python-numpy-mkl-debug
source = https://github.com/numpy/numpy/releases/download/v2.2.2/numpy-2.2.2.tar.gz
sha256sums = ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f
pkgname = python-numpy-mkl-tbb
|