aboutsummaryrefslogtreecommitdiffstats
path: root/testing/geos
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-01 11:06:56 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-01-01 11:06:56 +0100
commit02791e5aab93ee07efff9f3542e272493d616680 (patch)
tree2bae9566ae320234fde05625baf2635d5e948859 /testing/geos
parent27f28073cd8c738eb32ffa8db1623e2e53e8869a (diff)
downloadaports-02791e5aab93ee07efff9f3542e272493d616680.tar.bz2
aports-02791e5aab93ee07efff9f3542e272493d616680.tar.xz
testing/geos: disable on ppc64le due to test failure
Runner: testrunner created FAIL: testrunner ============================================================================ Testsuite summary for ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0
Diffstat (limited to 'testing/geos')
-rw-r--r--testing/geos/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD
index 2859b363c3..3530d2cb11 100644
--- a/testing/geos/APKBUILD
+++ b/testing/geos/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.6.2
pkgrel=0
pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++."
url="http://trac.osgeo.org/geos/"
-arch="all !armhf !aarch64"
+arch="all !armhf !aarch64 !ppc64le" # !*: tests fail
license="LGPL-2.1"
makedepends="swig python2-dev"
subpackages="py-$pkgname:py $pkgname-dev"