From a46a980abe87a7f3d214cffcc46c91c76efce0c9 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Wed, 20 Jul 2022 15:08:56 +0000 Subject: gnu: libomp-13: Reference llvm-13 version string. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/llvm.scm (libomp-13): Reference llvm-13 version string. Signed-off-by: Ludovic Courtès --- gnu/packages/llvm.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index c21314cedc5..4d6747327ac 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") -- cgit v1.2.3