testing/ocaml-cppo: disable on ppc64le due to failing tests

cppo alias test/runtest (exit 1)
  (cd _build/default/test && ../../install/default/bin/cppo test.cppo) > /dev/null
  Error: File "test.cppo", line 98, characters 0-20
  Error: math error
This commit is contained in:
Jakub Jirutka 2018-03-05 11:32:10 +01:00
parent 60c93c968a
commit d9a7869f9f

View File

@ -6,7 +6,9 @@ pkgver=1.6.4
pkgrel=0
pkgdesc="C-style preprocessor for OCaml"
url="https://github.com/mjambon/cppo"
arch="all !x86 !armhf !s390x" # limited by ocaml abuild
# ocaml is not avail for x86, armhf, s390x
# test fails on ppc64le
arch="all !x86 !armhf !s390x !ppc64le"
license="BSD-3-Clause"
makedepends="dune ocaml ocamlbuild ocaml-findlib opam"
subpackages="$pkgname-dev"