1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 23:25:57 +02:00

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>
This commit is contained in:
Greg Hogan
2022-07-20 15:08:56 +00:00
committed by Ludovic Courtès
parent 95139f9cc4
commit a46a980abe
+2 -3
View File
@@ -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")