From b0bca9622f99bab12183946e9e2f57959edd9980 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Mon, 27 Sep 2021 22:29:07 -0700 Subject: [PATCH] Another fix to the linux dependency install when building wheels. --- wheels/install_deps_linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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