10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 11:17:33 +02:00

Fix travis

This commit is contained in:
Anthony Scemama 2018-02-08 23:05:17 +01:00
parent 8e689236be
commit 08c2a46f44

View File

@ -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