aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pcl
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-23 20:22:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-23 20:22:55 +0000
commit5e926e8f93c3c867d2a5bd3a91c4bf9bd8f2a6b0 (patch)
tree1a1a9f0a1613611dd312ccd73eb3c6464c3605ab /testing/pcl
parent35fdc8e03d2488c984f3c400e158bbc53154cf3f (diff)
downloadaports-5e926e8f93c3c867d2a5bd3a91c4bf9bd8f2a6b0.tar.bz2
aports-5e926e8f93c3c867d2a5bd3a91c4bf9bd8f2a6b0.tar.xz
testing/pcl: disable on x86 due to failing tests
Diffstat (limited to 'testing/pcl')
-rw-r--r--testing/pcl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pcl/APKBUILD b/testing/pcl/APKBUILD
index ae68f07171..28e0f97f38 100644
--- a/testing/pcl/APKBUILD
+++ b/testing/pcl/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.1
pkgrel=1
pkgdesc="Point Cloud Library (PCL)"
url="https://github.com/PointCloudLibrary/pcl"
-arch="all"
+arch="all !x86" # tests fails on x86
license="BSD-3-Clause"
depends=""
makedepends="cmake eigen-dev boost-dev flann-dev"