Skip to content

Commit

Permalink
dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Jun 6, 2020
1 parent 4d4137e commit 2686e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo docker pull centos \
&& \
sudo docker create --name mobydick centos /bin/bash -c \
"yum install -y git make gcc gcc-gfortran gcc-c++ openmpi blas lapack cmake environment-modules && \
"dnf install -y git make gcc gcc-gfortran gcc-c++ openmpi blas lapack cmake environment-modules && \
. /etc/profile.d/modules.sh && \
module list && \
module load blas lapack mpi && \
Expand Down

0 comments on commit 2686e45

Please sign in to comment.