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

View File

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