Skip to content

Commit

Permalink
autotools ?
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Jun 7, 2020
1 parent 9667690 commit 02996f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
&& \
sudo docker create --name mobydick centos /bin/bash -c \
"dnf upgrade -y && \
dnf install -y git make gcc gcc-gfortran gcc-c++ cmake environment-modules && \
dnf install -y git make gcc gcc-gfortran gcc-c++ environment-modules && \
dnf install -y autoconf automake pkg-config libtool && \
dnf install -y openmpi-devel atlas-devel && \
dnf install -y sudo mlocate && sudo updatedb && \
. /etc/profile.d/modules.sh && \
Expand All @@ -63,9 +64,8 @@ jobs:
cd arpack-ng && \
git status && \
git log -2 && \
mkdir -p build && cd build && \
cmake -DEXAMPLES=ON -DMPI=ON -DICB=ON .. && \
make all && make test" \
./bootstrap && ./configure --enable-mpi --enable-icb && \
make all && make check" \
&& \
sudo docker cp -a ${TRAVIS_BUILD_DIR} mobydick:/tmp \
&& \
Expand Down

0 comments on commit 02996f3

Please sign in to comment.