mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
a69b63cc73
commit
e885edc0df
1 changed files with 2 additions and 2 deletions
|
@ -1953,7 +1953,7 @@ (define-public libcxx+libcxxabi-6
|
|||
(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 @@ (define-public libclc
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue