mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python3-numpy: cross-compile
This commit is contained in:
parent
3b290aa9d3
commit
5c42fd8ba2
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ version=1.18.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="numpy-${version}"
|
wrksrc="numpy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="numpy"
|
|
||||||
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
|
||||||
makedepends="python3-devel lapack-devel cblas-devel"
|
makedepends="python3-devel lapack-devel cblas-devel"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
|
@ -16,8 +15,6 @@ distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
|
||||||
checksum=96af6ec6c24e2df0d1591076a102b36bcc0c622411cbb191bca9a1ae724c4606
|
checksum=96af6ec6c24e2df0d1591076a102b36bcc0c622411cbb191bca9a1ae724c4606
|
||||||
alternatives="numpy:f2py:/usr/bin/f2py3"
|
alternatives="numpy:f2py:/usr/bin/f2py3"
|
||||||
|
|
||||||
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
./runtests.py
|
./runtests.py
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue