We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dd120 commit 8d83baaCopy full SHA for 8d83baa
var/spack/repos/builtin/packages/gromacs/package.py
@@ -357,6 +357,9 @@ class Gromacs(CMakePackage, CudaPackage):
357
)
358
359
variant("openmp", default=True, description="Enables OpenMP at configure time")
360
+ conflicts(
361
+ "+openmp", when="%apple-clang", msg="OpenMP not available for the Apple clang compiler"
362
+ )
363
variant("openmp_max_threads", default="none", description="Max number of OpenMP threads")
364
conflicts(
365
"+openmp_max_threads", when="~openmp", msg="OpenMP is off but OpenMP Max threads is set"
0 commit comments