[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69581] [PATCH 07/11] gnu: rust: Add tuning information.
From: |
Efraim Flashner |
Subject: |
[bug#69581] [PATCH 07/11] gnu: rust: Add tuning information. |
Date: |
Wed, 6 Mar 2024 13:06:08 +0200 |
* gnu/packages/rust.scm (rust)[properties]: Add clang-properties
matching the input llvm package.
Change-Id: Ie2ef2387fff8aa639dcd73752bcaf3c26bbb376d
---
gnu/packages/rust.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 1f129a93bd..68917ee5e8 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -964,7 +964,9 @@ (define-public rust
(let ((base-rust rust-1.75))
(package
(inherit base-rust)
- (properties (alist-delete 'hidden? (package-properties base-rust)))
+ (properties `(`(append
+ ,(alist-delete 'hidden? (package-properties base-rust))
+ ,@(clang-properties "15"))))
(outputs (cons* "rust-src" "tools" (package-outputs base-rust)))
(source
(origin
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
- [bug#69581] [PATCH 00/11] CPU tuning patches, Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 02/11] gnu: libvorbis: Mark as tunable., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 06/11] gnu: syncthing: Mark as tunable., Efraim Flashner, 2024/03/06
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information.,
Efraim Flashner <=
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/06
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/06
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/07
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/07
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/08
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Ludovic Courtès, 2024/03/08
- [bug#69581] [PATCH 07/11] gnu: rust: Add tuning information., Efraim Flashner, 2024/03/10
[bug#69581] [PATCH 09/11] gnu: rav1e: Mark as tunable., Efraim Flashner, 2024/03/06
[bug#69581] [PATCH 05/11] guix: cpu: Enable tuning for i686-linux., Efraim Flashner, 2024/03/06