From 5c42fd8ba27edceb0ab787fc5542712f6e16eedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 25 Feb 2020 19:05:28 +0700 Subject: [PATCH] python3-numpy: cross-compile --- srcpkgs/python3-numpy/template | 3 --- 1 file changed, 3 deletions(-) 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 }