diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 16:28:35 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 16:31:00 +0000 |
commit | a19cfb631d612b4870628c3f2a4abfbd9f61b200 (patch) | |
tree | e05c88d591eb0d384bfd777390b2fb651aae4b19 /testing/pcl/APKBUILD | |
parent | c70c2933ae74ad6fd4c099f7f0ca1c1dffa126f2 (diff) | |
download | aports-a19cfb631d612b4870628c3f2a4abfbd9f61b200.tar.bz2 aports-a19cfb631d612b4870628c3f2a4abfbd9f61b200.tar.xz |
testing/pcl: disable on mips
Diffstat (limited to 'testing/pcl/APKBUILD')
-rw-r--r-- | testing/pcl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pcl/APKBUILD b/testing/pcl/APKBUILD index 59130ebfdd..618750d053 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" |