mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-adaptivesparsity: Add dependency on Armadillo.
Fixes a link error whereby -larmadillo would not be found. * gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New field.
This commit is contained in:
parent
c0959cc952
commit
60e36bff1f
1 changed files with 2 additions and 0 deletions
|
|
@ -491,6 +491,8 @@ in terms of new algorithms.")
|
|||
(propagated-inputs
|
||||
`(("r-rcpp" ,r-rcpp)
|
||||
("r-rcpparmadillo" ,r-rcpparmadillo)))
|
||||
(inputs
|
||||
`(("armadillo" ,armadillo)))
|
||||
(home-page "http://cran.r-project.org/web/packages/AdaptiveSparsity")
|
||||
(synopsis "Adaptive sparsity models")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue