mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: rocm-cmake: Update URLs.
* gnu/packages/rocm.scm (rocm-cmake)[source, home-page]: Update URLs. Change-Id: Ifdde1fbd05c3d239b9a58b80d9f81c30d3eb82ee Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
0394e7f9e8
commit
1dda62cce0
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/RadeonOpenCompute/rocm-cmake.git")
|
||||
(url "https://github.com/ROCm/rocm-cmake/")
|
||||
(commit (string-append "rocm-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ; Tests try to use git commit
|
||||
(native-inputs (list git))
|
||||
(home-page "https://github.com/ROCm/rocm-cmake")
|
||||
(home-page "https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/")
|
||||
(synopsis "ROCm cmake modules")
|
||||
(description "ROCm cmake modules provides cmake modules for common build
|
||||
tasks needed for the ROCM software stack.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue