guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: phoronix-test-suite: Use latest version of gcc-toolchain.


From: guix-commits
Subject: 01/04: gnu: phoronix-test-suite: Use latest version of gcc-toolchain.
Date: Sun, 10 Jul 2022 01:05:40 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 1f50c8750a0799ac2bdde55926b35aae3a73d73f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jul 8 17:24:01 2022 -0400

    gnu: phoronix-test-suite: Use latest version of gcc-toolchain.
    
    This is less likely to conflict with a user installed gcc-toolchain, unless
    they installed a specific version of it.
    
    * gnu/packages/benchmark.scm (gcc-toolchain*): Use gcc-toolchain-12 instead 
of
    gcc-toolchain.
---
 gnu/packages/benchmark.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index f0e05483f0..4ea12e4cf3 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -63,10 +63,11 @@
   #:use-module (gnu packages xml)
   #:use-module (ice-9 match))
 
-;; Lazily resolve the gcc-toolchain to avoid a circular dependency.
+;; Lazily resolve the gcc-toolchain to avoid a circular dependency.  Always
+;; use the latest available toolchain to avoid conflicts in user profiles.
 (define gcc-toolchain*
   (delay (module-ref (resolve-interface '(gnu packages commencement))
-                     'gcc-toolchain)))
+                     'gcc-toolchain-12)))
 
 (define-public fio
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]