guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: rocm-opencl-runtime: Use a non-redirecting source URL.


From: guix-commits
Subject: 01/04: gnu: rocm-opencl-runtime: Use a non-redirecting source URL.
Date: Wed, 11 Aug 2021 10:36:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9b54559e237b40ea56a604fa50b4dfa8a4437bc5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Aug 10 23:43:10 2021 +0200

    gnu: rocm-opencl-runtime: Use a non-redirecting source URL.
    
    * gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Use 'home-page'
    as the URL; since it lacks the ".git" prefix, that placates 'guix lint'.
---
 gnu/packages/rocm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rocm.scm b/gnu/packages/rocm.scm
index fe85eaa..8d6e3e6 100644
--- a/gnu/packages/rocm.scm
+++ b/gnu/packages/rocm.scm
@@ -258,10 +258,11 @@ allows runtimes to work on Windows as well as on Linux 
without much effort.")
   (package
     (name "rocm-opencl-runtime")
     (version %rocm-version)
+    (home-page "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime";)
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url 
"https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git";)
+                    (url home-page)
                     (commit (string-append "rocm-" version))))
               (file-name (git-file-name name version))
               (sha256
@@ -299,7 +300,6 @@ allows runtimes to work on Windows as well as on Linux 
without much effort.")
        ("ocl-icd" ,ocl-icd)
        ("glew" ,glew)))
     (native-inputs `())
-    (home-page "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime";)
     (synopsis "ROCm OpenCL Runtime")
     (description "OpenCL 2.0 compatible language runtime, supporting offline
 and in-process/in-memory compilation.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]