emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50963: closed ([PATCH] gnu: grass: Depend on proj instead of proj.4.


From: GNU bug Tracking System
Subject: bug#50963: closed ([PATCH] gnu: grass: Depend on proj instead of proj.4.)
Date: Mon, 04 Oct 2021 06:58:02 +0000

Your message dated Mon, 4 Oct 2021 09:54:50 +0300
with message-id <YVqlOkpsZxwXHzeS@3900XT>
and subject line Re: [bug#50963] [PATCH] gnu: grass: Depend on proj instead of 
proj.4.
has caused the debbugs.gnu.org bug report #50963,
regarding [PATCH] gnu: grass: Depend on proj instead of proj.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50963: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50963
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: grass: Depend on proj instead of proj.4. Date: Sat, 2 Oct 2021 12:55:51 +0000
* gnu/packages/geo.scm (grass)[inputs]: Replace proj.4 with proj.
  [arguments]: Change --with-proj-share.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 763e33a0a5..a8a66fdfc4 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1953,7 +1953,7 @@ track your position right from your laptop.")
          ("openblas" ,openblas)
          ("perl" ,perl)
          ("postgresql" ,postgresql)
-         ("proj.4" ,proj.4)
+         ("proj" ,proj)
          ("python" ,python)
          ("python-dateutil" ,python-dateutil)
          ("python-numpy" ,python-numpy)
@@ -2009,7 +2009,7 @@ track your position right from your laptop.")
                        "--with-netcdf"
                        "--with-postgres"
                        (string-append "--with-proj-share="
-                                      (assoc-ref inputs "proj.4")
+                                      (assoc-ref inputs "proj")
                                       "/share/proj")
                        "--with-pthread"
                        "--with-readline"
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50963] [PATCH] gnu: grass: Depend on proj instead of proj.4. Date: Mon, 4 Oct 2021 09:54:50 +0300
Looks good to me. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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