gromacs: add missing sycl contraint (#47274)

This commit is contained in:
Christoph Junghans 2024-10-29 11:19:36 -06:00 committed by GitHub
parent 7f609ba934
commit f889b2a95e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ class Gromacs(CMakePackage, CudaPackage):
description="Enable multi-GPU FFT support with HeFFTe",
)
variant("opencl", default=False, description="Enable OpenCL support")
variant("sycl", default=False, when="@2021:", description="Enable SYCL support")
variant("sycl", default=False, when="@2021: %clang", description="Enable SYCL support")
variant(
"intel-data-center-gpu-max",
default=False,