guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: Add clang-runtime-17.


From: guix-commits
Subject: 10/14: gnu: Add clang-runtime-17.
Date: Sun, 12 Nov 2023 02:05:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b7b945c32fd4e54d9fefe1ff9f4c341db804c289
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Oct 23 20:43:54 2023 +0800

    gnu: Add clang-runtime-17.
    
    * gnu/packages/llvm.scm (clang-runtime-17): New variable.
    
    Change-Id: I675475e9f4914843283966f5c622cdb214d11e34
---
 gnu/packages/llvm.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index fb646428ee..bba9830b38 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1494,6 +1494,9 @@ Library.")
     (version "17.0.3")
     (source (llvm-monorepo version))))
 
+(define-public clang-runtime-17
+  (clang-runtime-from-llvm llvm-17))
+
 ;; Default LLVM and Clang version.
 (define-public libomp libomp-13)
 (define-public llvm llvm-13)



reply via email to

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