aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-05-22 06:13:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-22 06:14:15 +0000
commit748807dc4e6743720f5dfbf819f74f5372192fb1 (patch)
tree8a6c720a6e750b168ccc536ab241181297df7440
parent3c4da38a1cce81bb761cbad2f3f448b73151f711 (diff)
downloadalpine_aports-748807dc4e6743720f5dfbf819f74f5372192fb1.tar.bz2
alpine_aports-748807dc4e6743720f5dfbf819f74f5372192fb1.tar.xz
alpine_aports-748807dc4e6743720f5dfbf819f74f5372192fb1.zip
testing/armadillo: disable on mips*
-rw-r--r--testing/armadillo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/armadillo/APKBUILD b/testing/armadillo/APKBUILD
index 223f2baff3..c569fed90b 100644
--- a/testing/armadillo/APKBUILD
+++ b/testing/armadillo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=9.880.1
5pkgrel=0 5pkgrel=0
6pkgdesc="C++ library for linear algebra & scientific computing" 6pkgdesc="C++ library for linear algebra & scientific computing"
7url="http://arma.sourceforge.net/" 7url="http://arma.sourceforge.net/"
8arch="all" 8arch="all !mips !mips64" # blocked by openblas
9license="Apache-2.0" 9license="Apache-2.0"
10options="!check" # Armadillo must be installed before the tests can be compiled 10options="!check" # Armadillo must be installed before the tests can be compiled
11makedepends=" 11makedepends="