We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a4969 commit b06a034Copy full SHA for b06a034
1 file changed
spack_repo/access/nri/packages/access_mom6/package.py
@@ -46,6 +46,8 @@ class AccessMom6(CMakePackage):
46
when="@2025.07.001:"
47
)
48
49
+ conflicts("~access3", when="~mom6_solo", msg="At least one of access3 or mom6_solo must be enabled")
50
+
51
depends_on("c", type="build")
52
depends_on("fortran", type="build")
53
0 commit comments