gnu: Add perl-math-vecstat.

* gnu/packages/perl.scm (perl-math-vecstat): New variable.
This commit is contained in:
Roel Janssen 2020-03-09 15:18:13 +01:00
parent b4e1ca0675
commit 4960c03d1d
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC

View File

@ -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")