aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pcl/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 16:28:35 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 16:31:00 +0000
commita19cfb631d612b4870628c3f2a4abfbd9f61b200 (patch)
treee05c88d591eb0d384bfd777390b2fb651aae4b19 /testing/pcl/APKBUILD
parentc70c2933ae74ad6fd4c099f7f0ca1c1dffa126f2 (diff)
testing/pcl: disable on mips
Diffstat (limited to 'testing/pcl/APKBUILD')
-rw-r--r--testing/pcl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pcl/APKBUILD b/testing/pcl/APKBUILD
index 59130ebfdd1..618750d0531 100644
--- a/testing/pcl/APKBUILD
+++ b/testing/pcl/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.1
pkgrel=6
pkgdesc="Point Cloud Library (PCL)"
url="https://github.com/PointCloudLibrary/pcl"
-arch="all !x86 !s390x" # tests fails on x86 and s390x
+arch="all !x86 !s390x !mips !mips64" # tests fails on x86 and s390x, blocked by eigen on mips
license="BSD-3-Clause"
makedepends="cmake eigen-dev boost-dev flann-dev"
subpackages="$pkgname-dev"