[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: |
Wed, 26 Mar 2025 18:36:56 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 61d715513f4a5b61748bfd7dc2862d98a5311c66
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
- 116/290: gnu: openexr-2: Fix build with gcc-14., (continued)
- 116/290: gnu: openexr-2: Fix build with gcc-14., guix-commits, 2025/03/26
- 122/290: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14., guix-commits, 2025/03/26
- 135/290: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14., guix-commits, 2025/03/26
- 134/290: gnu: openldap-for-linphone: Fix build with gcc-14., guix-commits, 2025/03/26
- 133/290: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/03/26
- 131/290: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., guix-commits, 2025/03/26
- 138/290: gnu: vpnc-scripts: Fix build with gcc-14., guix-commits, 2025/03/26
- 139/290: gnu: discount: Update to 2.2.7d and fix build with gcc-14., guix-commits, 2025/03/26
- 141/290: gnu: tbb: Fix build with gcc-14., guix-commits, 2025/03/26
- 142/290: gnu: podofo: Fix build with gcc-14., guix-commits, 2025/03/26
- 143/290: gnu: tbb-2020.3: Fix build with gcc-14.,
guix-commits <=
- 145/290: gnu: rrdtool: Update to 1.9.0; fixes build with gcc-14., guix-commits, 2025/03/26
- 146/290: gnu: colord-minimal: Fix build with gcc-14., guix-commits, 2025/03/26
- 148/290: gnu: zeromq: Update to 4.3.5; fixes build with gcc-14., guix-commits, 2025/03/26
- 151/290: gnu: bedtools: Update to 2.31.1; fixes build with gcc-14., guix-commits, 2025/03/26
- 152/290: gnu: python-pypairix: Update to 0.3.8 and fix build with gcc-14., guix-commits, 2025/03/26
- 156/290: gnu: mpark-variant: Build with gcc-14; fixes build., guix-commits, 2025/03/26
- 158/290: gnu: 389-ds-base: Fix build with gcc-14., guix-commits, 2025/03/26
- 159/290: gnu: gunicorn: Update to 22.0.0., guix-commits, 2025/03/26
- 161/290: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/03/26
- 160/290: gnu: r-acme: Fix build with gcc-14., guix-commits, 2025/03/26