diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 08:02:36 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-02 08:02:41 +0100 |
| commit | eab8eace46998f4d1f79943d3a17cd579da179fd (patch) | |
| tree | 368ce6c75a0ed189bd20df7cf9aee3663b45e5df | |
| parent | 9bedf9f826539b615ca8454d11fe1452f2fd6356 (diff) | |
gnu: r-proxyc: Update dependency on tbb.
* gnu/packages/cran.scm (r-proxyc)[inputs]: Remove tbb; add onetbb.
Change-Id: I77f26aa9c88a450892fff5f1a3fca81a132c7037
| -rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5e3db3b10ce..0371a68b079 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -45477,7 +45477,7 @@ well as extracting and replacing names and symbols from these objects.") | |||
| 45477 | ((".*use_nan is working.*" m) | 45477 | ((".*use_nan is working.*" m) |
| 45478 | (string-append m "skip('skip');\n")))))))) | 45478 | (string-append m "skip('skip');\n")))))))) |
| 45479 | (native-inputs (list r-entropy r-knitr r-proxy r-testthat)) | 45479 | (native-inputs (list r-entropy r-knitr r-proxy r-testthat)) |
| 45480 | (inputs (list tbb)) | 45480 | (inputs (list onetbb)) |
| 45481 | (propagated-inputs | 45481 | (propagated-inputs |
| 45482 | (list r-matrix r-rcpp r-rcpparmadillo)) | 45482 | (list r-matrix r-rcpp r-rcpparmadillo)) |
| 45483 | (home-page "https://cran.r-project.org/package=proxyC") | 45483 | (home-page "https://cran.r-project.org/package=proxyC") |
