mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: r-proxyc: Update dependency on tbb.
* gnu/packages/cran.scm (r-proxyc)[inputs]: Remove tbb; add onetbb. Change-Id: I77f26aa9c88a450892fff5f1a3fca81a132c7037
This commit is contained in:
@@ -45477,7 +45477,7 @@ well as extracting and replacing names and symbols from these objects.")
|
||||
((".*use_nan is working.*" m)
|
||||
(string-append m "skip('skip');\n"))))))))
|
||||
(native-inputs (list r-entropy r-knitr r-proxy r-testthat))
|
||||
(inputs (list tbb))
|
||||
(inputs (list onetbb))
|
||||
(propagated-inputs
|
||||
(list r-matrix r-rcpp r-rcpparmadillo))
|
||||
(home-page "https://cran.r-project.org/package=proxyC")
|
||||
|
||||
Reference in New Issue
Block a user