mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-openmx: Update to 2.19.6.
* gnu/packages/cran.scm (r-openmx): Update to 2.19.6. [propagated-inputs]: Add r-rcppparallel.
This commit is contained in:
parent
85c613434c
commit
6f9530ca13
1 changed files with 3 additions and 2 deletions
|
@ -23509,14 +23509,14 @@ Complete access to optimized C functions is made available with
|
|||
(define-public r-openmx
|
||||
(package
|
||||
(name "r-openmx")
|
||||
(version "2.19.5")
|
||||
(version "2.19.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "OpenMx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k8j6wi30yf1r550hpwl87x63i5kznz5gs46b1pl8xxcrmb863sv"))))
|
||||
"0iv8fidmj074qbzvf0f6vj0h4i37x1d40ci9hkgyqvbnglwcnccy"))))
|
||||
(properties `((upstream-name . "OpenMx")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -23527,6 +23527,7 @@ Complete access to optimized C functions is made available with
|
|||
("r-matrix" ,r-matrix)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-rcppeigen" ,r-rcppeigen)
|
||||
("r-rcppparallel" ,r-rcppparallel)
|
||||
("r-rpf" ,r-rpf)
|
||||
("r-stanheaders" ,r-stanheaders)))
|
||||
(native-inputs `(("gfortran" ,gfortran)))
|
||||
|
|
Loading…
Reference in a new issue