testing/cpd: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-08 16:29:40 +00:00
parent 59f878926a
commit ca2c19122c

View File

@ -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"