blob: 200457f2e76f299553c3bcfed26f62d44d680bb9 (
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 = 1.23.1
pkgrel = 1
url = http://numpy.scipy.org/
arch = x86_64
arch = i686
license = custom
checkdepends = python-pytest
checkdepends = python-hypothesis
makedepends = cython
makedepends = gcc-fortran
makedepends = procps-ng
makedepends = python-nose
makedepends = python-setuptools
depends = python
depends = intel-oneapi-mkl
optdepends = python-nose: testsuite
provides = python-numpy=1.23.1
conflicts = python-numpy
options = staticlibs
source = https://github.com/numpy/numpy/releases/download/v1.23.1/numpy-1.23.1.tar.gz
sha256sums = d748ef349bfef2e1194b59da37ed5a29c19ea8d7e6342019921ba2ba4fd8b624
pkgname = python-numpy-mkl
|