[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: gplates: Update to 2.4.
From: |
guix-commits |
Subject: |
01/06: gnu: gplates: Update to 2.4. |
Date: |
Sat, 30 Mar 2024 08:26:12 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 2e2d37855170ef65e63af43e0f279ccaa1b66960
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Mar 29 18:41:44 2024 -0300
gnu: gplates: Update to 2.4.
* gnu/packages/geo.scm (gplates): Update to 2.4.
[source]: Use git-fetch and fetch from GitHub.
[arguments]: Remove #:configure-flags.
[native-inputs]: Remove unzip.
Change-Id: Idf7c7ffb902f98361a897ce122c076a1a2f7fdf2
---
gnu/packages/geo.scm | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 601cd11bbd..e4296e9f54 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -3187,23 +3187,19 @@ latitude and longitude.")
(define-public gplates
(package
(name "gplates")
- ;; Note: use a pre-release to cope with newer Boost, ref
- ;; https://discourse.gplates.org/t/compilation-error-with-boost-1-77/452/3
- (version "2.3.01-beta.3")
+ (version "2.4")
(source (origin
- (method url-fetch)
- (uri "https://cloudstor.aarnet.edu.au/plus/s\
-/ojsYNOyUYE3evNp/download?path=%2F&files=gplates_2.3.1-beta.3_src.zip")
- (file-name (string-append name "-" version ".zip"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/GPlates/GPlates")
+ (commit (string-append "GPlates-" version))))
(sha256
(base32
- "06i87dfab0cq9gdi5mh6sf9wigawpp0d05zbyslv910443i26gwv"))))
+ "1awb4igchgpmrvj6blxd1w81c617bs66w6cfrwvf30n6rjlyn6q5"))
+ (file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
- `(#:configure-flags (list "-DBoost_NO_BOOST_CMAKE=ON")
- #:tests? #f)) ;no test target
- (native-inputs
- (list unzip)) ;for the beta
+ (list #:tests? #f)) ;no test target
(inputs
(list boost
cgal
- branch master updated (350cdbe838 -> a17976e975), guix-commits, 2024/03/30
- 06/06: gnu: python-qasync: Update to 0.27.1., guix-commits, 2024/03/30
- 04/06: gnu: python-immutabledict: Enable tests., guix-commits, 2024/03/30
- 01/06: gnu: gplates: Update to 2.4.,
guix-commits <=
- 03/06: gnu: python-immutabledict: Update to 4.2.0., guix-commits, 2024/03/30
- 05/06: gnu: ddrescue: Update to 1.28., guix-commits, 2024/03/30
- 02/06: gnu: librecad: Update to 2.2.0.2., guix-commits, 2024/03/30