From 08c2a46f449e958dd0d2f19ac3900995edf7d2cf Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 8 Feb 2018 23:05:17 +0100 Subject: [PATCH] Fix travis --- install/scripts/install_lapack.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/scripts/install_lapack.sh b/install/scripts/install_lapack.sh index e23a14d8..9ea47619 100755 --- a/install/scripts/install_lapack.sh +++ b/install/scripts/install_lapack.sh @@ -1,10 +1,6 @@ #!/bin/bash -x -if [[ ! -d lapack-release ]] -then - git clone https://github.com/Reference-LAPACK/lapack-release.git -fi - +git clone https://github.com/Reference-LAPACK/lapack-release.git || echo "Clone failed" cd lapack-release cp make.inc.example make.inc make -j 8