[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
197/216: gnu: r-fast: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
197/216: gnu: r-fast: Fix build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:42 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 8b22d24afeda87bbf9d833b6d46244eb7ba187c0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 11:27:46 2025 +0100
gnu: r-fast: Fix build with gcc-14.
* gnu/packages/cran.scm (r-rfast)[arguments]: New field to relax gcc-14's
strictness.
Change-Id: I11fc6f40dbb6bc37831a0e7d647bc6dae10a6af0
---
gnu/packages/cran.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b171903458..a51ab1081e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39050,6 +39050,14 @@ aggregation for comparing different implementations in
order to provide a
"1zqq4k85i0nbzndkh0iiq3k83ly0mpl3pn4wkka6qxfvk6n6rr7r"))))
(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-rcppziggurat))
(home-page "https://github.com/RfastOfficial/Rfast")
- 162/216: gnu: cura-engine: Fix build with gcc-14., (continued)
- 162/216: gnu: cura-engine: Fix build with gcc-14., guix-commits, 2025/01/04
- 158/216: gnu: libjxr: Fix build with gcc-14., guix-commits, 2025/01/04
- 165/216: gnu: mpark-variant: Build with gcc-14; fixes build., guix-commits, 2025/01/04
- 172/216: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/01/04
- 177/216: gnu: gf2x: Fix build with gcc-14., guix-commits, 2025/01/04
- 179/216: gnu: ghc-7.10.3: Build with gcc-13., guix-commits, 2025/01/04
- 173/216: gnu: cdrkit-libre: Fix build with gcc-14., guix-commits, 2025/01/04
- 163/216: gnu: python-slicerator: Fix build., guix-commits, 2025/01/04
- 189/216: gnu: icu4c: Revert to 71., guix-commits, 2025/01/04
- 185/216: gnu: python-gast: Update to 0.6.0., guix-commits, 2025/01/04
- 197/216: gnu: r-fast: Fix build with gcc-14.,
guix-commits <=
- 196/216: gnu: xdg-desktop-portal-1.16.0: Fix build., guix-commits, 2025/01/04
- 183/216: gnu: racket-vm-cgc: Fix build with gcc-14., guix-commits, 2025/01/04
- 191/216: gnu: ghc-8.0.2: Build with gcc-13., guix-commits, 2025/01/04
- 205/216: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/04
- 212/216: gnu: clang-runtime-18: Build with gcc-13., guix-commits, 2025/01/04
- 216/216: REMOVEME gnu: libstdc++: Avoid world rebuild., guix-commits, 2025/01/04
- 194/216: gnu: Add autoconf-2.72., guix-commits, 2025/01/04
- 211/216: gnu: clang-runtime-18: Build with gcc-12., guix-commits, 2025/01/04