11version : 2.1
22
3- # Anchors to prevent forgetting to update a version
4- baselibs_version : &baselibs_version v7.13 .0
5- bcs_version : &bcs_version v11.00 .0
3+ # Anchors in case we need to override the defaults from the orb
4+ # baselibs_version: &baselibs_version v7.14 .0
5+ # bcs_version: &bcs_version v11.1 .0
66
77
88orbs :
@@ -18,7 +18,7 @@ workflows:
1818 matrix :
1919 parameters :
2020 compiler : [ifort, gfortran]
21- baselibs_version : *baselibs_version
21+ # baselibs_version: *baselibs_version
2222 repo : GEOSgcm
2323 checkout_fixture : true
2424 mepodevelop : true
@@ -30,7 +30,7 @@ workflows:
3030 matrix :
3131 parameters :
3232 compiler : [gfortran, ifort]
33- baselibs_version : *baselibs_version
33+ # baselibs_version: *baselibs_version
3434 requires :
3535 - build-GEOSgcm-on-<< matrix.compiler >>
3636 repo : GEOSgcm
@@ -42,7 +42,7 @@ workflows:
4242 parameters :
4343 compiler : [ifort, gfortran]
4444 fv_precision : ["R4", "R8"]
45- baselibs_version : *baselibs_version
45+ # baselibs_version: *baselibs_version
4646 repo : GEOSfvdycore
4747 checkout_fixture : true
4848 mepodevelop : false
@@ -55,7 +55,7 @@ workflows:
5555 parameters :
5656 compiler : [gfortran, ifort]
5757 fv_precision : ["R4", "R8"]
58- baselibs_version : *baselibs_version
58+ # baselibs_version: *baselibs_version
5959 requires :
6060 - build-GEOSfvdycore-as-<< matrix.fv_precision >>-on-<< matrix.compiler >>
6161 repo : GEOSfvdycore
0 commit comments