[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/15: gnu: gplates: Update to 2.3.01-beta.3.
From: |
guix-commits |
Subject: |
11/15: gnu: gplates: Update to 2.3.01-beta.3. |
Date: |
Tue, 14 Jun 2022 17:36:20 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9f1713f219c61dc3d5d92200041d22b74d986aab
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 14 20:15:35 2022 +0200
gnu: gplates: Update to 2.3.01-beta.3.
* gnu/packages/geo.scm (gplates): Update to 2.3.01-beta.3.
[source](uri): Adjust for beta releases.
[source](file-name): Adjust for zipball.
[native-inputs]: Add UNZIP.
[inputs]: Simplify.
---
gnu/packages/geo.scm | 49 +++++++++++++++++++++++++++----------------------
1 file changed, 27 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index ea7483f16f..7b29c55088 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2021 Wiktor Żelazny <wzelazny@vurv.cz>
;;; Copyright © 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
-;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2020, 2021, 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
@@ -2715,35 +2715,40 @@ using third-party geocoders and other data sources.")
(define-public gplates
(package
(name "gplates")
- (version "2.3.0")
+ ;; 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")
(source (origin
(method url-fetch)
- (uri "https://www.earthbyte.org/download/8421/")
- (file-name (string-append name "-" version ".tar.bz2"))
+ (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"))
(sha256
(base32
- "0lrcmcxc924ixddii8cyglqlwwxvk7f00g4yzbss5i3fgcbh8n96"))))
+ "06i87dfab0cq9gdi5mh6sf9wigawpp0d05zbyslv910443i26gwv"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DBoost_NO_BOOST_CMAKE=ON")
- #:tests? #f)) ;no test target
+ #:tests? #f)) ;no test target
+ (native-inputs
+ (list unzip)) ;for the beta
(inputs
- `(("boost" ,boost)
- ("cgal" ,cgal)
- ("gdal" ,gdal)
- ("glew" ,glew)
- ("glu" ,glu)
- ("gmp" ,gmp)
- ("mesa" ,mesa)
- ("mpfr" ,mpfr)
- ("proj" ,proj)
- ("python-3" ,python-3)
- ("python-numpy" ,python-numpy)
- ("qt" ,qtbase-5)
- ("qtsvg" ,qtsvg)
- ("qtxmlpatterns" ,qtxmlpatterns)
- ("qwt" ,qwt)
- ("zlib" ,zlib)))
+ (list boost
+ cgal
+ gdal
+ glew
+ glu
+ gmp
+ mesa
+ mpfr
+ proj
+ python-3
+ python-numpy
+ qtbase-5
+ qtsvg
+ qtxmlpatterns
+ qwt
+ zlib))
(home-page "https://www.gplates.org")
(synopsis "Plate tectonics simulation program")
(description "GPlates is a plate tectonics program. Manipulate
- branch master updated (8e97491277 -> 13c46cc29d), guix-commits, 2022/06/14
- 02/15: gnu: PostgreSQL@14: Update to 14.3 [fixes CVE-2022-1552]., guix-commits, 2022/06/14
- 04/15: gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552]., guix-commits, 2022/06/14
- 05/15: gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552]., guix-commits, 2022/06/14
- 06/15: gnu: ruby-pg: Update to 1.3.5., guix-commits, 2022/06/14
- 07/15: gnu: TimescaleDB: Update to 2.7.0., guix-commits, 2022/06/14
- 08/15: gnu: python-josepy: Update to 1.13.0., guix-commits, 2022/06/14
- 09/15: gnu: python-acme, certbot: Update to 1.28.0., guix-commits, 2022/06/14
- 15/15: gnu: PostgreSQL: Promote version 14 to the default., guix-commits, 2022/06/14
- 13/15: gnu: python-tortoise-orm: Update to 0.19.1., guix-commits, 2022/06/14
- 11/15: gnu: gplates: Update to 2.3.01-beta.3.,
guix-commits <=
- 03/15: gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552]., guix-commits, 2022/06/14
- 10/15: gnu: perl-dbd-pg: Update to 3.15.1., guix-commits, 2022/06/14
- 14/15: gnu: python-asyncpg: Update to 0.25.0., guix-commits, 2022/06/14
- 01/15: gnu: PostgreSQL: Permit loading plugins from symlink unions again., guix-commits, 2022/06/14
- 12/15: gnu: python-pypika-tortoise: Update to 0.1.5., guix-commits, 2022/06/14