me
/
guix
Archived
1
0
Fork 0

gnu: Add r-rmumps.

* gnu/packages/cran.scm (r-rmumps): New variable.
master
Mădălin Ionel Patrașcu 2023-02-27 11:28:50 +01:00 committed by Ricardo Wurmus
parent 9ba8dd3bd2
commit f01b5299db
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 27 additions and 0 deletions

View File

@ -5867,6 +5867,33 @@ matrices.")
provides an interactive R manager and worker environment.")
(license license:gpl2+)))
(define-public r-rmumps
(package
(name "r-rmumps")
(version "5.2.1-22")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmumps" version))
(sha256
(base32 "18wqy82hwnbiwqcyldg8ci0jmxfiaj65ila0fjzzv40d3kl8hx76"))))
(properties `((upstream-name . "rmumps")))
(build-system r-build-system)
(inputs (list zlib))
(propagated-inputs (list r-rcpp))
(native-inputs (list gfortran))
(home-page "https://www.mumps-solver.org/")
(synopsis "Wrapper for MUMPS library")
(description
"Some basic features of @acronym{MUMPS, Multifrontal Massively Parallel
sparse direct Solver} are wrapped in a class whose methods can be used for
sequentially solving a sparse linear system (symmetric or not) with one or
many right hand sides (dense or sparse). There is a possibility to do
separately symbolic analysis, LU (or LDL^t) factorization and system solving.
Third part ordering libraries are included and can be used: PORD, METIS,
SCOTCH.")
(license license:gpl2+)))
(define-public r-lmoments
(package
(name "r-lmoments")