summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-08-04 18:59:13 +0200
committerJohn Kehayias <john.kehayias@protonmail.com>2025-08-05 12:39:22 -0400
commit1dda62cce084ab0e1b9646fd1fa7636040cf4286 (patch)
tree4fc16f42807f0942f4c069f753dd621d47cfe59b
parent0394e7f9e84066266870fa84ee92167766c2dbbd (diff)
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>
-rw-r--r--gnu/packages/rocm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index 2958d6f38cf..9bccd3f6f0f 100644
--- a/gnu/packages/rocm.scm
+++ b/gnu/packages/rocm.scm
@@ -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.")