diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index abfcdd3111f..3fc575ef2bc 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -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 }