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:
parent
7ec62d117e
commit
cf163eecc5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user