gnu: lib2geom: Skip a test on ppc64le

* gnu/packages/graphics.scm (lib2geom)[arguments]: When building for
ppc64le-linux add a phase to skip a test known to fail upstream.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Marcel van der Boom 2024-09-27 13:14:41 +02:00 committed by Ludovic Courtès
parent db1a1dc0b2
commit 516c63ef8c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -964,7 +964,8 @@ (define-public lib2geom
(("self-intersections-test") ""))))))
;; See https://gitlab.com/inkscape/lib2geom/-/issues/63
((or (target-aarch64?)
(target-riscv64?))
(target-riscv64?)
(target-ppc64le?))
#~((add-after 'unpack 'fix-aarch64-faulty-test
(lambda _
(substitute* "tests/CMakeLists.txt"