From 351201aae9f1a96b35a98382b6d1f6b283cfaf67 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 26 Sep 2022 17:08:39 +0200 Subject: gnu: libspatialite: Disable tests. Several tests fail since the update of Proj to version 9, but the library seems to be working as the test phases of dependents are passing. * gnu/packages/geo.scm (libspatialite)[arguments]: Disable tests. --- gnu/packages/geo.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 008e855b48..43b37c8d7e 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -491,6 +491,8 @@ (define-public libspatialite (arguments `(#:configure-flags '("--enable-rttopo=yes") + ;; FIXME: Several tests fail with Proj 9. + #:tests? #f #:phases (modify-phases %standard-phases ;; 1 test is failing, ignore it: -- cgit v1.2.3