aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-09 15:49:25 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-09 15:51:01 +0000
commitdbb2db06abf7ad4e841877eba04dab368c640a1d (patch)
tree28dc1883cca44197a0076669d25314e8214b36e1 /testing
parent648ab21b4516654f9faaf4598a322b432c7185f8 (diff)
downloadaports-dbb2db06abf7ad4e841877eba04dab368c640a1d.tar.bz2
aports-dbb2db06abf7ad4e841877eba04dab368c640a1d.tar.xz
testing/harminv: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/harminv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD
index 0fcd444360..bf0747d8bb 100644
--- a/testing/harminv/APKBUILD
+++ b/testing/harminv/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.4.1
pkgrel=4
pkgdesc="Free program to solve the problem of harmonic inversion"
url="https://github.com/stevengj/harminv"
-arch="all"
+arch="all !mips !mips64"
license="GPL"
depends_dev="openblas-dev>=0.3.0 lapack-dev"
makedepends="$depends_dev gfortran"