File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,8 @@ source $DEV_CONDA/$CONDA_PLATFORM/deps.sh
101101
102102# Auto-configuration
103103# PINs are version pins applied to the package names
104- CLANG_PIN=" "
104+ PIN_CLANG=" "
105+ PIN_MPICH=" "
105106PIN_PV=" "
106107if [[ $CONDA_PLATFORM == " osx-arm64" ]] {
107108 SOLVER=( --solver classic )
@@ -119,10 +120,7 @@ if [[ $CONDA_PLATFORM == "osx-arm64" ]] {
119120 # Pin Clang for everything but Python 3.9
120121 # In Py 3.9, 18 => 18.1.7
121122 PIN_CLANG=" -18==18.1.8"
122- # if [[ $PV =~ 3.9 ]] {
123- # PIN_CLANG="-18"
124- # # SOLVER=()
125- # }
123+ PIN_MPICH=" ==4.3.0"
126124}
127125
128126# Build dependency list:
@@ -133,7 +131,7 @@ if (( USE_ZSH )) LIST+=zsh
133131LIST+=(
134132 autoconf
135133 make
136- mpich-mpicc
134+ " mpich-mpicc$PIN_MPICH "
137135 openjdk
138136 # May need to pin version:
139137 " python$PIN_PV "
You can’t perform that action at this time.
0 commit comments