guix-commits
[Top][All Lists]
Advanced

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

07/45: gnu: libomp-14: Reference llvm-14 version string.


From: guix-commits
Subject: 07/45: gnu: libomp-14: Reference llvm-14 version string.
Date: Thu, 4 Aug 2022 06:07:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 95139f9cc413f948c5f831e8460f83f457518637
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 15:08:55 2022 +0000

    gnu: libomp-14: Reference llvm-14 version string.
    
    * gnu/packages/llvm.scm (libomp-14): Reference llvm-14 version string.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 2a139f0471..c21314cedc 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -663,7 +663,7 @@ of programming tools as well as libraries with equivalent 
functionality.")
 (define-public libomp-14
   (package
     (name "libomp")
-    (version "14.0.6")
+    (version (package-version llvm-14))
     (source (origin
               (method url-fetch)
               (uri (llvm-uri "openmp" version))



reply via email to

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