rocm-opencl: change homepage and git (#49832)

This commit is contained in:
Afzal Patel 2025-04-02 12:49:40 +05:30 committed by GitHub
parent 0facab231f
commit c004c8b616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,8 @@
class RocmOpencl(CMakePackage): class RocmOpencl(CMakePackage):
"""OpenCL: Open Computing Language on ROCclr""" """OpenCL: Open Computing Language on ROCclr"""
homepage = "https://github.com/ROCm/ROCm-OpenCL-Runtime" homepage = "https://github.com/ROCm/clr"
git = "https://github.com/ROCm/ROCm-OpenCL-Runtime.git" git = "https://github.com/ROCm/clr.git"
tags = ["rocm"] tags = ["rocm"]
maintainers("srekolam", "renjithravindrankannath", "afzpatel") maintainers("srekolam", "renjithravindrankannath", "afzpatel")