AMBER: Add conflict clause to avoid using X11 on Cray (#45844)
This commit is contained in:
parent
04f4493c5b
commit
1b6345828d
@ -143,6 +143,7 @@ class Amber(Package, CudaPackage):
|
||||
depends_on("cuda@7.5.18", when="@:16+cuda")
|
||||
|
||||
# conflicts
|
||||
conflicts("+x11", when="platform=cray", msg="x11 amber applications not available for cray")
|
||||
conflicts("+openmp", when="%clang", msg="OpenMP not available for the clang compiler")
|
||||
conflicts(
|
||||
"+openmp", when="%apple-clang", msg="OpenMP not available for the Apple clang compiler"
|
||||
|
Loading…
Reference in New Issue
Block a user