[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50963] [PATCH] gnu: grass: Depend on proj instead of proj.4.
From: |
Felix Gruber |
Subject: |
[bug#50963] [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
- [bug#50963] [PATCH] gnu: grass: Depend on proj instead of proj.4.,
Felix Gruber <=