blob: 3fd801e496fdaaf5810c115fd5a654eb74e5383c (
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
28
29
30
|
pkgbase = python-numpy-git
pkgdesc = Scientific tools for Python - git version
pkgver = 2.0.0.dev0.r1851.g94bc56402a
pkgrel = 1
url = https://www.numpy.org/
arch = x86_64
license = custom:BSD 3-clause
checkdepends = python-pytest
checkdepends = python-hypothesis
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = gcc-fortran
makedepends = python-nose
makedepends = cython
makedepends = python-pyproject-metadata
makedepends = patchelf
makedepends = meson-python
depends = cblas
depends = lapack
depends = python
optdepends = python-nose: testsuite
optdepends = blas-openblas: faster linear algebra
provides = python-numpy
conflicts = python-numpy
options = staticlibs
source = git+https://github.com/numpy/numpy.git
sha512sums = SKIP
pkgname = python-numpy-git
|