gromacs: fix newly added variant (#41178)

In practice, one can only compiler for the Intel Data Center Max GPU
via a SYCL build and the oneAPI compiler. This is unlikely to change,
so we can be explicit about that.
This commit is contained in:
Mark Abraham 2023-11-21 03:49:34 +01:00 committed by GitHub
parent 7ec62d117e
commit cf163eecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ class Gromacs(CMakePackage, CudaPackage):
variant( variant(
"intel-data-center-gpu-max", "intel-data-center-gpu-max",
default=False, default=False,
when="@2022:", when="@2022: +sycl",
description="Enable support for Intel Data Center GPU Max", description="Enable support for Intel Data Center GPU Max",
) )
variant("nosuffix", default=False, description="Disable default suffixes") variant("nosuffix", default=False, description="Disable default suffixes")