Archived
1
0
Fork 0

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>
This commit is contained in:
Greg Hogan 2022-07-20 15:08:55 +00:00 committed by Ludovic Courtès
parent cdff1423c0
commit 95139f9cc4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))