mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: libspatialite: Fix build.
* gnu/packages/geo.scm (libspatialite)[arguments]: Update the 'ignore-broken-tests' phase to skip one failing test.
This commit is contained in:
parent
d130eaf13e
commit
cd5b2cf56a
1 changed files with 3 additions and 5 deletions
|
@ -487,14 +487,12 @@ (define-public libspatialite
|
|||
'("--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
|
||||
|
|
Loading…
Reference in a new issue