diff --git a/wheels/install_deps_linux.sh b/wheels/install_deps_linux.sh index cd97a12f5..6602a60ac 100755 --- a/wheels/install_deps_linux.sh +++ b/wheels/install_deps_linux.sh @@ -20,11 +20,11 @@ yum -y install xz # Install MPICH -yum -y install mpich2-devel mpich-autoload +yum -y install mpich-devel mpich-autoload -# Start a new shell to pick up mpich changes +# Pick up mpich changes -exec bash +. /etc/profile # Get newer cmake with pip