paraview: adds new cuda target, ampere (#22750)

Co-authored-by: Robert Mijakovic <robert.mijakovic@lrz.de>
This commit is contained in:
Robert Mijakovic 2021-04-06 16:54:35 +02:00 committed by GitHub
parent 1ed44f20f2
commit b6668a1146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ class Paraview(CMakePackage, CudaPackage):
description='Use module kits') description='Use module kits')
variant('cuda_arch', default='native', multi=False, variant('cuda_arch', default='native', multi=False,
values=('native', 'fermi', 'kepler', 'maxwell', values=('native', 'fermi', 'kepler', 'maxwell',
'pascal', 'volta', 'turing', 'all', 'none'), 'pascal', 'volta', 'turing', 'ampere', 'all', 'none'),
description='CUDA architecture') description='CUDA architecture')
conflicts('+python', when='+python3') conflicts('+python', when='+python3')