[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: transformations: Add tuning wrapper for gfortran.
From: |
guix-commits |
Subject: |
01/15: transformations: Add tuning wrapper for gfortran. |
Date: |
Thu, 12 Dec 2024 06:54:23 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 3cd0b6a40497b1ec25ed26cc5cf4b42641a2a591
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Wed Dec 11 17:06:17 2024 +0100
transformations: Add tuning wrapper for gfortran.
guix/transformations.scm (tuning-compiler): Add gfortran to the list
of wrapped compilers.
Change-Id: Ic7eaa07acbb5ea013af0d515686e961106a6bbbb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
guix/transformations.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/transformations.scm b/guix/transformations.scm
index 3f7d20beaa..131b8564f8 100644
--- a/guix/transformations.scm
+++ b/guix/transformations.scm
@@ -531,7 +531,7 @@ actual compiler."
(symlink #$program
(string-append bin "/" program)))
'("cc" "gcc" "clang" "g++" "c++" "clang++"
- "go" "rustc" "zig")))))))
+ "gfortran" "go" "rustc" "zig")))))))
(define (build-system-with-tuning-compiler bs micro-architecture)
"Return a variant of BS, a build system, that ensures that the compiler that
- branch master updated (d916d3b156 -> 9ef5533123), guix-commits, 2024/12/12
- 01/15: transformations: Add tuning wrapper for gfortran.,
guix-commits <=
- 03/15: lint: Fix indentation., guix-commits, 2024/12/12
- 07/15: lint: Prevent false positives in description typo check., guix-commits, 2024/12/12
- 08/15: lint: Ignore initials from double space check., guix-commits, 2024/12/12
- 09/15: lint: More abbreviations., guix-commits, 2024/12/12
- 10/15: lint: Pre-compile regexp for ‘starts-with-texinfo-markup?’., guix-commits, 2024/12/12
- 11/15: services: cuirass: Run in a UTF-8 locale., guix-commits, 2024/12/12
- 04/15: lint: Refine description start check logic., guix-commits, 2024/12/12
- 02/15: gnu: lapack: Mark as tunable., guix-commits, 2024/12/12
- 05/15: lint: Allow texinfo markup at beginning of description., guix-commits, 2024/12/12
- 06/15: lint: Allow texinfo markup at beginning of synopsis., guix-commits, 2024/12/12