unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 51305@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#51305] [PATCH 2/4] gnu: Add julia-gr.
Date: Wed, 20 Oct 2021 15:51:02 +0300	[thread overview]
Message-ID: <b39dca394d1948b3e41daa2dacd85ccded220b6a.1634733947.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1634733947.git.efraim@flashner.co.il>

* gnu/packages/julia-xyz.scm (julia-gr): New variable.
---
 gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 58f58f36ec..1db5a1bc58 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1895,6 +1895,28 @@ (define-public julia-genericschur
 matrices the Schur form is often more useful.")
     (license license:expat)))
 
+(define-public julia-gr
+  (package
+    (name "julia-gr")
+    (version "0.58.1")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/jheinen/GR.jl")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "18zxa1w2wmrf44c5l10qbh99zjdp7h94gxlymh47cf5kj5fc4xmx"))))
+    (build-system julia-build-system)
+    (propagated-inputs
+     `(("julia-gr-jll" ,julia-gr-jll)))
+    (home-page "https://github.com/jheinen/GR.jl")
+    (synopsis "Plotting for Julia based on GR")
+    (description "This module provides a Julia interface to GR, a framework for
+visualisation applications.")
+    (license license:expat)))
+
 (define-public julia-graphics
   (package
     (name "julia-graphics")
-- 
2.33.1





  parent reply	other threads:[~2021-10-20 12:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20 12:48 [bug#51305] [PATCH 0/4] More julia packages Efraim Flashner
2021-10-20 12:51 ` [bug#51305] [PATCH 1/4] gnu: Add julia-gr-jll Efraim Flashner
2021-10-21 13:01   ` [bug#51305] [PATCH 0/4] More julia packages zimoun
2021-10-24  6:16     ` Efraim Flashner
2021-10-24  7:54       ` zimoun
2021-10-24  8:42         ` bug#51305: " Efraim Flashner
2021-10-20 12:51 ` Efraim Flashner [this message]
2021-10-20 12:51 ` [bug#51305] [PATCH 3/4] gnu: Add julia-geometrybasics Efraim Flashner
2021-10-20 12:51 ` [bug#51305] [PATCH 4/4] gnu: Add julia-infinity Efraim Flashner
2021-10-21 13:12 ` [bug#51305] [PATCH 0/4] More julia packages zimoun

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=b39dca394d1948b3e41daa2dacd85ccded220b6a.1634733947.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=51305@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).