mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-stringfish: Fix phases.
Dependency on ‘tbb-2020’ is removed during update to 0.18.0, see adee931e7969aa7bff87405b9ca9c32daa893682. Merges guix/guix!5867 * gnu/packages/cran.scm (r-stringfish)[arguments]: Remove ’use-system-tbb #:phase. Change-Id: Ia912c3dc7e39271d04cb7e1e681700ffb0c7dbae Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
125ba5c989
commit
fffac211a8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user