gnu: geos: Update to 3.10.2.
* gnu/packages/geo.scm (geos): Update to 3.10.2. [build-system]: Use cmake-build-system. [arguments]: Remove trailing #t in 'patch-test-shebangs phase. [homepage]: Change to https://libgeos.org/. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
df70fd3348
commit
c493ecfa9b
@ -216,7 +216,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
|
|||||||
(define-public geos
|
(define-public geos
|
||||||
(package
|
(package
|
||||||
(name "geos")
|
(name "geos")
|
||||||
(version "3.8.1")
|
(version "3.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.osgeo.org/geos/geos-"
|
(uri (string-append "http://download.osgeo.org/geos/geos-"
|
||||||
@ -224,8 +224,8 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
|
|||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xqpmr10xi0n9sj47fbwc89qb0yr9imh4ybk0jsxpffy111syn22"))))
|
"05apyh6dvv15fax4xvxa0kr622h4y08w9p3274mlqsrqmjcwbfsh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:phases
|
(arguments `(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after
|
(add-after
|
||||||
@ -233,11 +233,10 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
|
|||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("tests/xmltester/testrunner.sh"
|
(substitute* '("tests/xmltester/testrunner.sh"
|
||||||
"tests/geostest/testrunner.sh")
|
"tests/geostest/testrunner.sh")
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh"))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list glib))
|
(list glib))
|
||||||
(home-page "https://geos.osgeo.org/")
|
(home-page "https://libgeos.org/")
|
||||||
(synopsis "Geometry Engine for Geographic Information Systems")
|
(synopsis "Geometry Engine for Geographic Information Systems")
|
||||||
(description
|
(description
|
||||||
"GEOS provides a spatial object model and fundamental geometric
|
"GEOS provides a spatial object model and fundamental geometric
|
||||||
|
Loading…
Reference in New Issue
Block a user