blob: 68afc0ed84c3031fe593a82dabe559a82462b86c (
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.20.3
pkgrel = 1
url = http://numpy.scipy.org/
arch = x86_64
arch = i686
license = custom
checkdepends = python-pytest
checkdepends = python-hypothesis
makedepends = python-setuptools
makedepends = gcc-fortran
makedepends = python-nose
makedepends = cython>=0.29.21
depends = python>=3.6
depends = intel-mkl
optdepends = python-nose: testsuite
provides = python-numpy=1.20.3
conflicts = python-numpy
options = staticlibs
source = https://github.com/numpy/numpy/releases/download/v1.21.1/numpy-1.21.1.tar.gz
sha256sums = 504ced5d900fd5724c74ebf5dbb03572c04074bec9baa24b5646c66a2450e654
pkgname = python-numpy-mkl
|