Set the variant to alway be true since it is requires cuda. (#21358)

This commit is contained in:
Brian Van Essen 2021-02-03 11:44:53 -08:00 committed by GitHub
parent ba42c36f00
commit db402ed2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ class Nvshmem(MakefilePackage, CudaPackage):
version('2.0.3-0', sha256='20da93e8508511e21aaab1863cb4c372a3bec02307b932144a7d757ea5a1bad2', extension='txz') version('2.0.3-0', sha256='20da93e8508511e21aaab1863cb4c372a3bec02307b932144a7d757ea5a1bad2', extension='txz')
variant('cuda', default=True, description='Build with CUDA')
conflicts('~cuda') conflicts('~cuda')
def url_for_version(self, version): def url_for_version(self, version):