me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-math-cephes.

* gnu/packages/perl-maths.scm (perl-math-cephes): New variable.
master
Ricardo Wurmus 2021-02-19 22:37:07 +01:00
parent 80986c6ab6
commit 1c701708a7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 19 additions and 0 deletions

View File

@ -24,6 +24,25 @@
#:use-module (gnu packages perl)
#: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
(package
(name "perl-math-matrixreal")