[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
143/290: gnu: tbb-2020.3: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
143/290: gnu: tbb-2020.3: Fix build with gcc-14. |
Date: |
Sun, 30 Mar 2025 10:24:01 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit c7db9ecc4bf414ad41e24cbbc333cc146ad51641
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 18:20:26 2025 +0100
gnu: tbb-2020.3: Fix build with gcc-14.
* gnu/packages/tbb.scm (tbb)[arguments]: Add CXXFLAGS to #:make-flags to
relax
gcc-14's strictness.
Change-Id: Ia8a5a609af4b0f7273912f1f3de1bd2f44b2f160
---
gnu/packages/tbb.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index 79a620c2a3..926e9dcad4 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -164,7 +164,10 @@ tasks, synchronization primitives, atomic operations, and
more.")
`(#:test-target "test"
#:make-flags (list (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib")
- "CFLAGS=-fuse-ld=gold")
+ "CFLAGS=-fuse-ld=gold"
+ ,(string-append "CXXFLAGS="
+ " -Wno-error=changes-meaning"
+ " -Wno-error=template-id-cdtor"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fail-on-test-errors
- 109/290: gnu: efivar: Update to 39; fixes build with gcc-14., (continued)
- 109/290: gnu: efivar: Update to 39; fixes build with gcc-14., guix-commits, 2025/03/30
- 110/290: gnu: libdom: Fix build with gcc-14., guix-commits, 2025/03/30
- 81/290: gnu: aalib: Fix build with gcc-14., guix-commits, 2025/03/30
- 91/290: gnu: libvisual: Fix build with gcc-14., guix-commits, 2025/03/30
- 118/290: gnu: orbit2: Fix build with gcc-14., guix-commits, 2025/03/30
- 134/290: gnu: openldap-for-linphone: Fix build with gcc-14., guix-commits, 2025/03/30
- 123/290: gnu: zile: Fix build with gcc-14., guix-commits, 2025/03/30
- 124/290: gnu: icu4c: Update to 76.1; fixes build with gcc-14., guix-commits, 2025/03/30
- 138/290: gnu: vpnc-scripts: Fix build with gcc-14., guix-commits, 2025/03/30
- 142/290: gnu: podofo: Fix build with gcc-14., guix-commits, 2025/03/30
- 143/290: gnu: tbb-2020.3: Fix build with gcc-14.,
guix-commits <=
- 149/290: gnu: zsh: Fix build with gcc-14., guix-commits, 2025/03/30
- 155/290: gnu: portmidi: Fix build with gcc-14., guix-commits, 2025/03/30
- 208/290: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/03/30
- 161/290: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/03/30
- 174/290: gnu: aria2: Fix build., guix-commits, 2025/03/30
- 198/290: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/03/30
- 169/290: gnu: ghc-7.10.3: Build with gcc-13., guix-commits, 2025/03/30
- 165/290: gnu: python-datrie: Fix build with gcc-14., guix-commits, 2025/03/30
- 170/290: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/03/30
- 171/290: Revert "gnu: perl-tk: Fix build with gcc-14.", guix-commits, 2025/03/30