gromacs: conflict %apple-clang and +openmp (#47935)
This commit is contained in:
parent
12dd1208f3
commit
8d83baa35e
@ -357,6 +357,9 @@ class Gromacs(CMakePackage, CudaPackage):
|
|||||||
)
|
)
|
||||||
|
|
||||||
variant("openmp", default=True, description="Enables OpenMP at configure time")
|
variant("openmp", default=True, description="Enables OpenMP at configure time")
|
||||||
|
conflicts(
|
||||||
|
"+openmp", when="%apple-clang", msg="OpenMP not available for the Apple clang compiler"
|
||||||
|
)
|
||||||
variant("openmp_max_threads", default="none", description="Max number of OpenMP threads")
|
variant("openmp_max_threads", default="none", description="Max number of OpenMP threads")
|
||||||
conflicts(
|
conflicts(
|
||||||
"+openmp_max_threads", when="~openmp", msg="OpenMP is off but OpenMP Max threads is set"
|
"+openmp_max_threads", when="~openmp", msg="OpenMP is off but OpenMP Max threads is set"
|
||||||
|
Loading…
Reference in New Issue
Block a user