CUDA: update maintainers (#19262)
This commit is contained in:
parent
683ecb3f6e
commit
759e8ee4c2
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ class CudaPackage(PackageBase):
|
||||||
"""Auxiliary class which contains CUDA variant, dependencies and conflicts
|
"""Auxiliary class which contains CUDA variant, dependencies and conflicts
|
||||||
and is meant to unify and facilitate its usage.
|
and is meant to unify and facilitate its usage.
|
||||||
|
|
||||||
Maintainers: ax3l, svenevs
|
Maintainers: ax3l, Rombur
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#gpu-feature-list
|
# https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#gpu-feature-list
|
||||||
|
|
|
@ -67,6 +67,7 @@ class Cuda(Package):
|
||||||
|
|
||||||
homepage = "https://developer.nvidia.com/cuda-zone"
|
homepage = "https://developer.nvidia.com/cuda-zone"
|
||||||
|
|
||||||
|
maintainers = ['ax3l', 'Rombur']
|
||||||
executables = ['^nvcc$']
|
executables = ['^nvcc$']
|
||||||
|
|
||||||
for ver, packages in _versions.items():
|
for ver, packages in _versions.items():
|
||||||
|
|
Loading…
Reference in a new issue