mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: llvm-for-rocm: Update synopsis and description.
* gnu/packages/llvm.scm (llvm-for-rocm)[description]: Replace llvm-14 with llvm-19. [synopsis]: Replace llvm-14 with llvm-19. Closes: #3004 Change-Id: Ie0c0357a622826fc8b583c596db489dba2e9732e Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
9547bd309b
commit
15e445958a
1 changed files with 2 additions and 2 deletions
|
|
@ -1295,9 +1295,9 @@ Library.")
|
|||
,@(package-properties llvm-19)))
|
||||
(home-page "https://github.com/ROCm/llvm-project")
|
||||
(synopsis
|
||||
(string-append (package-synopsis llvm-14) " (AMD fork)"))
|
||||
(string-append (package-synopsis llvm-19) " (AMD fork)"))
|
||||
(description
|
||||
(string-append (package-description llvm-14) "
|
||||
(string-append (package-description llvm-19) "
|
||||
|
||||
This AMD fork includes AMD-specific additions."))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue