mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-stringfish: Fix phases.
Dependency on ‘tbb-2020’ is removed during update to 0.18.0, see
adee931e79.
Merges guix/guix!5867
* gnu/packages/cran.scm (r-stringfish)[arguments]: Remove
’use-system-tbb #:phase.
Change-Id: Ia912c3dc7e39271d04cb7e1e681700ffb0c7dbae
This commit is contained in:
parent
1b911fbb1f
commit
58a3cc8623
1 changed files with 0 additions and 3 deletions
|
|
@ -54949,9 +54949,6 @@ the @code{raster} package that is suitable for extracting raster values using
|
|||
#:tests? #false
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'use-system-tbb
|
||||
(lambda _
|
||||
(setenv "TBB_ROOT" #$(this-package-input "tbb"))))
|
||||
(add-before 'install 'relax-gcc-14-strictness
|
||||
(lambda _
|
||||
;; XXX FIXME: $HOME/.R/Makevars seems to be the only way to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue