guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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