testing/pcl: disable on x86 due to failing tests

This commit is contained in:
Natanael Copa 2018-04-23 20:22:38 +00:00
parent 35fdc8e03d
commit 5e926e8f93

View File

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