guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: Add libomp-16.


From: guix-commits
Subject: 06/14: gnu: Add libomp-16.
Date: Sun, 12 Nov 2023 02:05:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Add libomp-16.
    
    * gnu/packages/llvm.scm (libomp-16): New variable.
    
    Change-Id: I2a396f7c7a4c0e35a15ed315c291b4298c0ee967
---
 gnu/packages/llvm.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 59563c5f43..6885af4252 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1473,6 +1473,16 @@ Library.")
       (base32
        "0cbgffciql06a1i0ybyyqbnkkr4g7x8cxaar5a5v3415vd27hk0p")))))
 
+(define-public libomp-16
+  (package
+    (inherit libomp-15)
+    (version (package-version llvm-16))
+    (source (llvm-monorepo version))
+    (native-inputs
+     (modify-inputs (package-native-inputs libomp-15)
+       (replace "clang" clang-16)
+       (replace "llvm" llvm-16)))))
+
 ;; 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]