mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: Add perl-math-cephes.
* gnu/packages/perl-maths.scm (perl-math-cephes): New variable.
This commit is contained in:
parent
80986c6ab6
commit
1c701708a7
1 changed files with 19 additions and 0 deletions
|
@ -24,6 +24,25 @@ (define-module (gnu packages perl-maths)
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
#:use-module (gnu packages perl-check))
|
#:use-module (gnu packages perl-check))
|
||||||
|
|
||||||
|
(define-public perl-math-cephes
|
||||||
|
(package
|
||||||
|
(name "perl-math-cephes")
|
||||||
|
(version "0.5305")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/S/SH/SHLOMIF/Math-Cephes-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"18c3xg53d1vv7hlj43601jj7ks119fm6ndpwpv94irr2905806jn"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://metacpan.org/release/Math-Cephes")
|
||||||
|
(synopsis "Perl interface to the Cephes math library")
|
||||||
|
(description "The Math::Cephes module provides a Perl interface to over
|
||||||
|
150 functions of the Cephes math library.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-math-matrixreal
|
(define-public perl-math-matrixreal
|
||||||
(package
|
(package
|
||||||
(name "perl-math-matrixreal")
|
(name "perl-math-matrixreal")
|
||||||
|
|
Loading…
Reference in a new issue