unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0.
@ 2023-02-11 10:10 Felix Gruber
  2023-02-13 18:56 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2023-02-11 10:10 UTC (permalink / raw)
  To: 61422; +Cc: Felix Gruber

* gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0.
[arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql
1.8.0 does not use rapidjson anymore.
[inputs]: Remove rapidjson.
---
 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 097ced33e1..b9a617c009 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1415,7 +1415,7 @@ (define-public osmium-tool
 (define-public osm2pgsql
   (package
     (name "osm2pgsql")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1424,7 +1424,7 @@ (define-public osm2pgsql
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15fxr4xq7siy237763l7nswx7v0swr3qzs2h3zkjzgvajw4p6qii"))
+        (base32 "0ssz7ny4wx8dzl3027p37xc5h7m1aj6bzxzdc6g8fbp7q57ykvxz"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled libraries.
@@ -1435,8 +1435,7 @@ (define-public osm2pgsql
        #:configure-flags
        (list "-DEXTERNAL_LIBOSMIUM=ON"
              "-DEXTERNAL_PROTOZERO=ON"
-             "-DEXTERNAL_FMT=ON"
-             "-DEXTERNAL_RAPIDJSON=ON")))
+             "-DEXTERNAL_FMT=ON")))
     (inputs
      (list boost
            bzip2
@@ -1447,7 +1446,6 @@ (define-public osm2pgsql
            postgresql
            proj
            protozero
-           rapidjson
            zlib))
     (native-inputs
      (list python python-psycopg2))
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0.
  2023-02-11 10:10 [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0 Felix Gruber
@ 2023-02-13 18:56 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-13 18:56 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 61422-done, 61422

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]


Felix Gruber <felgru@posteo.net> writes:

> * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0.
> [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql
> 1.8.0 does not use rapidjson anymore.
> [inputs]: Remove rapidjson.
> ---
>  gnu/packages/geo.scm | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)

Thanks! Pushed to master as 54cd2049e862f460a6add2430230f2c9c109a52d.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-13 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11 10:10 [bug#61422] [PATCH] gnu: osm2pgsql: Update to 1.8.0 Felix Gruber
2023-02-13 18:56 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).