python3-numpy: cross-compile

This commit is contained in:
Đoàn Trần Công Danh 2020-02-25 19:05:28 +07:00 committed by Juan RP
parent 3b290aa9d3
commit 5c42fd8ba2
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ version=1.18.1
revision=1
wrksrc="numpy-${version}"
build_style=python3-module
pycompile_module="numpy"
hostmakedepends="python3-setuptools python3-Cython gcc-fortran"
makedepends="python3-devel lapack-devel cblas-devel"
checkdepends="python3-pytest"
@ -16,8 +15,6 @@ distfiles="https://github.com/numpy/numpy/archive/v${version}.tar.gz"
checksum=96af6ec6c24e2df0d1591076a102b36bcc0c622411cbb191bca9a1ae724c4606
alternatives="numpy:f2py:/usr/bin/f2py3"
nocross="https://build.voidlinux.org/builders/armv7l_builder/builds/1408/steps/shell_3/logs/stdio"
do_check() {
./runtests.py
}