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:
Cayetano Santos 2025-08-04 18:59:13 +02:00 committed by John Kehayias
parent 0394e7f9e8
commit 1dda62cce0
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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.")