You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At https://github.com/ACCESS-NRI/spack-packages/blob/main/packages/mom5/package.py there is an "access-esm1.6" version that uses the "master" branch. The second with when uses the inclusive range "@access-esm1.5:access-esm1.6" so version @access-esm1.6 would match the second with when. The first with when uses the range "@:access-esm0,access-esm2:" which matches the preferred @master version. So building mom5@master builds from the same mom5 branch as building [email protected] but uses a different set of dependencies.
This is wrong. Either we should change the ranges to "@access-esm1.5" and "@:access-esm0,access-esm1.6:" or we should remove the "access-esm1.6" version, or both.
The text was updated successfully, but these errors were encountered:
At https://github.com/ACCESS-NRI/spack-packages/blob/main/packages/mom5/package.py there is an
"access-esm1.6"
version that uses the"master"
branch. The secondwith when
uses the inclusive range"@access-esm1.5:access-esm1.6"
so version@access-esm1.6
would match the secondwith when
. The firstwith when
uses the range"@:access-esm0,access-esm2:"
which matches the preferred@master
version. So buildingmom5@master
builds from the samemom5
branch as building[email protected]
but uses a different set of dependencies.This is wrong. Either we should change the ranges to
"@access-esm1.5"
and"@:access-esm0,access-esm1.6:"
or we should remove the"access-esm1.6"
version, or both.The text was updated successfully, but these errors were encountered: