gnu: libspatialite: Disable tests.
authorGuillaume Le Vaillant <glv@posteo.net>
Mon, 26 Sep 2022 15:08:39 +0000 (17:08 +0200)
committerGuillaume Le Vaillant <glv@posteo.net>
Mon, 26 Sep 2022 15:35:31 +0000 (17:35 +0200)
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

index 008e855..43b37c8 100644 (file)
@@ -491,6 +491,8 @@ coverages using a SpatiaLite DBMS.")
     (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: