guix-commits
[Top][All Lists]
Advanced

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

08/45: gnu: libomp-13: Reference llvm-13 version string.


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

civodul pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index c21314cedc..4d6747327a 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -744,7 +744,7 @@ with that of libgomp, the GNU Offloading and Multi 
Processing Library.")
 (define-public libomp-13
   (package
     (inherit libomp-14)
-    (version "13.0.1")
+    (version (package-version llvm-13))
     (source (origin
               (method url-fetch)
               (uri (llvm-uri "openmp" version))
@@ -1205,6 +1205,7 @@ with that of libgomp, the GNU Offloading and Multi 
Processing Library.")
                    #:patches '("clang-3.5-libc-search-path.patch")))
 
 ;; Default LLVM and Clang version.
+(define-public libomp libomp-13)
 (define-public llvm llvm-13)
 (define-public clang-runtime clang-runtime-13)
 (define-public clang clang-13)
@@ -1583,8 +1584,6 @@ requirements according to version 1.1 of the OpenCL 
specification.")
     ;; Apache license 2.0 with LLVM exception
     (license license:asl2.0)))
 
-(define-public libomp libomp-13)
-
 (define-public python-llvmlite
   (package
     (name "python-llvmlite")



reply via email to

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