diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 16:29:40 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 16:31:00 +0000 |
| commit | ca2c19122cefaef8eb38c46cb585d134948aca05 (patch) | |
| tree | c2e91feefdf0a831bfeb44e0d140c701192776e1 /testing/cpd | |
| parent | 59f878926aae91474207d0f53a38804833241f7b (diff) | |
| download | aports-ca2c19122cefaef8eb38c46cb585d134948aca05.tar.bz2 aports-ca2c19122cefaef8eb38c46cb585d134948aca05.tar.xz | |
testing/cpd: disable on mips
Diffstat (limited to 'testing/cpd')
| -rw-r--r-- | testing/cpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cpd/APKBUILD b/testing/cpd/APKBUILD index ab1d8fc8e1..8454f82bb8 100644 --- a/testing/cpd/APKBUILD +++ b/testing/cpd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.1 pkgrel=1 pkgdesc="C++ implementation of the Coherent Point Drift point set registration algorithm." url="https://github.com/gadomski/cpd" -arch="all !armv7" # Fails to get checksum +arch="all !armv7 !mips !mips64" # Fails to get checksum license="GPL-2.0-or-later" makedepends="cmake eigen-dev fgt-dev" subpackages="$pkgname-dev" |
