guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: libspatialite: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: libspatialite: Fix build.
Date: Fri, 20 Aug 2021 09:47:26 -0400

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

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new cd5b2cf  gnu: libspatialite: Fix build.
cd5b2cf is described below

commit cd5b2cf56a8d3f868111f6ed9294617621260197
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Aug 20 14:24:52 2021 +0200

    gnu: libspatialite: Fix build.
    
    * gnu/packages/geo.scm (libspatialite)[arguments]: Update the
      'ignore-broken-tests' phase to skip one failing test.
---
 gnu/packages/geo.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e31ad67..77014b2 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -487,14 +487,12 @@ coverages using a SpatiaLite DBMS.")
        '("--enable-rttopo=yes")
        #:phases
        (modify-phases %standard-phases
-         ;; 3 tests are failing, ignore them:
+         ;; 1 test is failing, ignore it:
          (add-after 'unpack 'ignore-broken-tests
            (lambda _
              (substitute* '("test/Makefile.in")
-               (("\tcheck_sql_stmt.* (check_sql_.*)" all tiny) (string-append 
"\t" tiny))
-               (("(\tch.*) check_v.*ble2.*$" all vt1) (string-append vt1 " 
\\\n"))
-               (("\tch.* (check_v.*ble4.*)$" all vt4) (string-append "\t" 
vt4)))
-             #t)))))
+               (("check_wms\\$\\(EXEEXT\\) check_drop_rename\\$\\(EXEEXT\\) ")
+                "check_wms$(EXEEXT) ")))))))
     (synopsis "Extend SQLite to support Spatial SQL capabilities")
     (description
      "SpatiaLite is a library intended to extend the SQLite core to support



reply via email to

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