guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add perl-math-vecstat.


From: guix-commits
Subject: branch master updated: gnu: Add perl-math-vecstat.
Date: Mon, 09 Mar 2020 10:18:48 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4960c03  gnu: Add perl-math-vecstat.
4960c03 is described below

commit 4960c03d1d4bff4f1106200bce5966c90f49a704
Author: Roel Janssen <address@hidden>
AuthorDate: Mon Mar 9 15:18:13 2020 +0100

    gnu: Add perl-math-vecstat.
    
    * gnu/packages/perl.scm (perl-math-vecstat): New variable.
---
 gnu/packages/perl.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ea091b1..a6b0872 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5226,6 +5226,26 @@ Bezier Curve Drawing\".")
 both positive and negative, in various ways.")
     (license perl-license)))
 
+(define-public perl-math-vecstat
+  (package
+    (name "perl-math-vecstat")
+    (version "0.08")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/A/AS/ASPINELLI/Math-VecStat-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "03bdcl9pn2bc9b50c50nhnr7m9wafylnb3v21zlch98h9c78x6j0"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Math-VecStat";)
+    (synopsis "Basic numeric stats on vectors")
+    (description "This package provides some basic statistics on numerical
+vectors.  All the subroutines can take a reference to the vector to be
+operated on.")
+    (license (package-license perl))))
+
 (define-public perl-memoize
   (package
     (name "perl-memoize")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]