guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libspatialite: Disable tests.


From: guix-commits
Subject: branch master updated: gnu: libspatialite: Disable tests.
Date: Mon, 26 Sep 2022 11:36:05 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 351201aae9 gnu: libspatialite: Disable tests.
351201aae9 is described below

commit 351201aae9f1a96b35a98382b6d1f6b283cfaf67
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 26 17:08:39 2022 +0200

    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(+)

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 @@ 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]