Skip to content

Commit

Permalink
openblas ? + lapack ?
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Jun 8, 2020
1 parent c33d379 commit 936d53d
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 @@ -58,7 +58,7 @@ jobs:
dnf config-manager --set-enabled PowerTools && \
dnf install -y git make gcc gcc-gfortran gcc-c++ cmake environment-modules && \
dnf install -y openmpi-devel && \
dnf --enablerepo=\"epel\" install -y atlas-devel && \
dnf --enablerepo=\"epel\" install -y openblas-devel lapack-devel && \
. /etc/profile.d/modules.sh && \
module avail && module load mpi && module list && \
cd /tmp && \
Expand Down

0 comments on commit 936d53d

Please sign in to comment.