Skip to content

Commit

Permalink
Another fix to the linux dependency install when building wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Sep 28, 2021
1 parent 366d982 commit b0bca96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wheels/install_deps_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0bca96

Please sign in to comment.