GNU bug report logs - #50490
[PATCH 0/5] Some julia packages

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Thu, 9 Sep 2021 18:20:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: zimoun <zimon.toutoune <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 50490 <at> debbugs.gnu.org
Subject: [bug#50490] [PATCH 0/5] Some julia packages
Date: Mon, 27 Sep 2021 18:53:16 +0200
Hi Efraim,

On mer., 22 sept. 2021 at 15:13, Efraim Flashner <efraim <at> flashner.co.il> wrote:
> * gnu/packages/julia-xyz.scm (julia-measurements): New variable.
> ---
>  gnu/packages/julia-xyz.scm | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
>
> diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
> index bd6a296463..222f9f129e 100644
> --- a/gnu/packages/julia-xyz.scm
> +++ b/gnu/packages/julia-xyz.scm
> @@ -2433,6 +2433,37 @@ may include other factorizations such as the LQ factorization.")
>  TLS} and cryptography C library for Julia.")
>      (license license:expat)))
>
> +(define-public julia-measurements
> +  (package
> +    (name "julia-measurements")
> +    (version "2.6.0")
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/JuliaPhysics/Measurements.jl")
> +               (commit (string-append "v" version))))
> +        (file-name (git-file-name name version))
> +        (sha256
> +         (base32 "05p3f0gr4sv4maq8cix5fi8ldq0zagswqsd43xn6fhy046f936mz"))))
> +    (build-system julia-build-system)
> +    (propagated-inputs
> +     `(("julia-calculus" ,julia-calculus)
> +       ("julia-recipesbase" ,julia-recipesbase)
> +       ("julia-requires" ,julia-requires)))
> +    (native-inputs
> +     `(("julia-specialfunctions" ,julia-specialfunctions)
> +       ("julia-quadgk" ,julia-quadgk)
> +       ("julia-unitful" ,julia-unitful)))

Could we keep alphabetical sorted list?

> +    (home-page "https://juliaphysics.github.io/Measurements.jl/stable/")
> +    (synopsis "Error propagation calculator and library")
> +    (description "@code{Measurements.jl} is an error propagation calculator and
> +library for physical measurements.  It supports real and complex numbers with
> +uncertainty, arbitrary precision calculations, operations with arrays, and
> +numerical integration.  The linear error propagation theory is employed to
> +propagate the errors.")
> +    (license license:expat)))

LGTM.

Cheers,
simon




This bug report was last modified 3 years and 233 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.