Skip to content

Commit b7ebc4a

Browse files
committed
PIN MPICH for osx-arm64
1 parent 86fa970 commit b7ebc4a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

dev/conda/conda-install.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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=""
105106
PIN_PV=""
106107
if [[ $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
133131
LIST+=(
134132
autoconf
135133
make
136-
mpich-mpicc
134+
"mpich-mpicc$PIN_MPICH"
137135
openjdk
138136
# May need to pin version:
139137
"python$PIN_PV"

0 commit comments

Comments
 (0)