File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,17 +61,15 @@ class Mom5(CMakePackage, MakefilePackage):
6161 # Depend on virtual package "mpi".
6262 depends_on ("mpi" )
6363
64- with when ("@access-om2,legacy-access-om2-bgc" ):
65- depends_on ("datetime-fortran" )
64+ with when ("@access-om2,legacy-access-om2-bgc,access-esm1.6" ):
6665 depends_on ("oasis3-mct+deterministic" , when = "+deterministic" )
6766 depends_on ("oasis3-mct~deterministic" , when = "~deterministic" )
67+
68+ with when ("@access-om2,legacy-access-om2-bgc" ):
69+ depends_on ("datetime-fortran" )
6870 depends_on ("libaccessom2+deterministic" , when = "+deterministic" )
6971 depends_on ("libaccessom2~deterministic" , when = "~deterministic" )
7072
71- with when ("@access-esm1.6" ):
72- depends_on ("oasis3-mct@access-esm1.5+deterministic" , when = "+deterministic" )
73- depends_on ("oasis3-mct@access-esm1.5~deterministic" , when = "~deterministic" )
74-
7573 # NOTE: Spack will also match "access-om2-legacy-bgc" here, that's why
7674 # it has been renamed to "legacy-access-om2-bgc".
7775 with when ("@access-om2,access-esm1.6" ):
You can’t perform that action at this time.
0 commit comments