guix-commits
[Top][All Lists]
Advanced

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

01/21: transformations: Add "--tune" to "--help-transform".


From: guix-commits
Subject: 01/21: transformations: Add "--tune" to "--help-transform".
Date: Wed, 31 May 2023 17:52:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d0be53d03edb889455f0a0d367534db07bb7bfda
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue May 30 16:44:53 2023 +0200

    transformations: Add "--tune" to "--help-transform".
    
    * guix/transformations.scm (show-transformation-options-help/detailed):
    Add '--tune'.
---
 guix/transformations.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/guix/transformations.scm b/guix/transformations.scm
index c050af2de8..a289f81219 100644
--- a/guix/transformations.scm
+++ b/guix/transformations.scm
@@ -996,6 +996,8 @@ building for ~a instead of ~a, so tuning cannot be 
guessed~%")
   (display (G_ "
       --with-patch=PACKAGE=FILE
                          add FILE to the list of patches of PACKAGE"))
+  (display (G_ "
+      --tune[=CPU]       tune relevant packages for CPU--e.g., \"skylake\""))
   (display (G_ "
       --with-configure-flag=PACKAGE=FLAG
                          append FLAG to the configure flags of PACKAGE"))



reply via email to

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