aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cpd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cpd')
-rw-r--r--testing/cpd/APKBUILD2
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"