diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-08 17:24:01 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-10 01:03:22 -0400 |
| commit | 1f50c8750a0799ac2bdde55926b35aae3a73d73f (patch) | |
| tree | c6d968e4eb5aac739aea67dc79c01524f3c6c2f5 /gnu/packages/benchmark.scm | |
| parent | e0d47d8facafb6d6c04741bbf30eefbc68aaefb9 (diff) | |
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.
Diffstat (limited to 'gnu/packages/benchmark.scm')
| -rw-r--r-- | gnu/packages/benchmark.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index f0e05483f0a..4ea12e4cf36 100644 --- a/gnu/packages/benchmark.scm +++ b/gnu/packages/benchmark.scm | |||
| @@ -63,10 +63,11 @@ | |||
| 63 | #:use-module (gnu packages xml) | 63 | #:use-module (gnu packages xml) |
| 64 | #:use-module (ice-9 match)) | 64 | #:use-module (ice-9 match)) |
| 65 | 65 | ||
| 66 | ;; Lazily resolve the gcc-toolchain to avoid a circular dependency. | 66 | ;; Lazily resolve the gcc-toolchain to avoid a circular dependency. Always |
| 67 | ;; use the latest available toolchain to avoid conflicts in user profiles. | ||
| 67 | (define gcc-toolchain* | 68 | (define gcc-toolchain* |
| 68 | (delay (module-ref (resolve-interface '(gnu packages commencement)) | 69 | (delay (module-ref (resolve-interface '(gnu packages commencement)) |
| 69 | 'gcc-toolchain))) | 70 | 'gcc-toolchain-12))) |
| 70 | 71 | ||
| 71 | (define-public fio | 72 | (define-public fio |
| 72 | (package | 73 | (package |
