unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 51109-done@debbugs.gnu.org
Subject: bug#51109: [PATCH] gnu: Add gplates.
Date: Fri, 19 Nov 2021 00:02:54 +0100	[thread overview]
Message-ID: <20211119000254.08874d10@tachikoma.lepiller.eu> (raw)
In-Reply-To: <e7faaa7d79e0e6ce695c67dbbcd3b8b41f5fab55.1633785822.git.julien@lepiller.eu>

Finally pushed to master as 08326f3d62085795e4860dbb88d6bd4b52230774.

Le Sat,  9 Oct 2021 15:25:20 +0200,
Julien Lepiller <julien@lepiller.eu> a écrit :

> * gnu/packages/geo.scm (gplates): New variable.
> ---
>  gnu/packages/geo.scm | 43 ++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 42 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
> index 9d4a1a8955..c8388b1308 100644
> --- a/gnu/packages/geo.scm
> +++ b/gnu/packages/geo.scm
> @@ -6,7 +6,7 @@
>  ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
>  ;;; Copyright © 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
>  ;;; Copyright © 2018 Joshua Sierles, Nextjournal
> <joshua@nextjournal.com> -;;; Copyright © 2018, 2019, 2020 Julien
> Lepiller <julien@lepiller.eu> +;;; Copyright © 2018, 2019, 2020, 2021
> Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2019, 2020, 2021
> Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2019, 2020,
> 2021 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019,
> 2021 Wiktor Żelazny <wzelazny@vurv.cz> @@ -75,6 +75,7 @@
>    #:use-module (gnu packages glib)
>    #:use-module (gnu packages gnome)
>    #:use-module (gnu packages gps)
> +  #:use-module (gnu packages graphics)
>    #:use-module (gnu packages gtk)
>    #:use-module (gnu packages haskell-apps)
>    #:use-module (gnu packages image)
> @@ -84,6 +85,7 @@
>    #:use-module (gnu packages kde)
>    #:use-module (gnu packages lua)
>    #:use-module (gnu packages maths)
> +  #:use-module (gnu packages multiprecision)
>    #:use-module (gnu packages pcre)
>    #:use-module (gnu packages pdf)
>    #:use-module (gnu packages perl)
> @@ -2469,3 +2471,42 @@ becomes a world atlas, while OpenStreetMap
> takes the user to street level.  It supports searching for places of
> interest, viewing Wikipedia articles, creating routes by drag and
> drop and more.") (license license:gpl3))))
> +
> +(define-public gplates
> +  (package
> +    (name "gplates")
> +    (version "2.3.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri "https://www.earthbyte.org/download/8421/")
> +              (file-name (string-append name "-" version ".tar.bz2"))
> +              (sha256
> +               (base32
> +
> "0lrcmcxc924ixddii8cyglqlwwxvk7f00g4yzbss5i3fgcbh8n96"))))
> +    (build-system cmake-build-system)
> +    (arguments
> +     `(#:configure-flags (list "-DBoost_NO_BOOST_CMAKE=ON")
> +       #:tests? #f)) ;no test target
> +    (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)))
> +    (home-page "https://www.gplates.org")
> +    (synopsis "Plate tectonics simulation program")
> +    (description "GPlates is a plate tectonics program.  Manipulate
> +reconstructions of geological and paleogeographic features through
> geological +time.  Interactively visualize vector, raster and volume
> data.")
> +    (license license:gpl2+)))





      reply	other threads:[~2021-11-18 23:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-09 13:25 [bug#51109] [PATCH] gnu: Add gplates Julien Lepiller
2021-11-18 23:02 ` Julien Lepiller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211119000254.08874d10@tachikoma.lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=51109-done@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).