gnu: libclc: Update to 18.1.8.

* gnu/packages/llvm.scm (libclc): Update to 18.1.8.
[native-inputs]: Replace clang-15, llvm-15 with clang-18, llvm-18.

Change-Id: I2f676eb2db9c3a8c808e1c26e3f93b9ed085b675
This commit is contained in:
Efraim Flashner 2024-07-10 23:19:55 +03:00 committed by Ludovic Courtès
parent a69b63cc73
commit e885edc0df
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -1953,7 +1953,7 @@ standard C++ library.")
(define-public libclc
(package
(name "libclc")
(version (package-version llvm-15))
(version (package-version llvm-18))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
@ -1977,7 +1977,7 @@ standard C++ library.")
(propagated-inputs
(list spirv-llvm-translator spirv-tools))
(native-inputs
(list clang-15 llvm-15 python))
(list clang-18 llvm-18 python))
(home-page "https://libclc.llvm.org")
(synopsis "Libraries for the OpenCL programming language")
(description