diff options
-rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4a172f6f44..6b81eb2937 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -47969,6 +47969,14 @@ aggregation for comparing different implementations in order to provide a "1fhjvabxq1r9zbkch36f5x0xf844a1z8l9njvyac5i9bxlmj9fzi")))) (properties `((upstream-name . "Rfast"))) (build-system r-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'install 'relax-gcc-14-strictness + (lambda _ + (substitute* "src/Makevars" + (("PKG_CXXFLAGS =" all) + (string-append all " -Wno-error=changes-meaning")))))))) (propagated-inputs (list r-rcpp r-rcpparmadillo r-rcppparallel r-zigg)) (home-page "https://github.com/RfastOfficial/Rfast") |