mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-04 21:24:02 +01:00
Fix travis
This commit is contained in:
parent
8e689236be
commit
08c2a46f44
@ -1,10 +1,6 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
if [[ ! -d lapack-release ]]
|
git clone https://github.com/Reference-LAPACK/lapack-release.git || echo "Clone failed"
|
||||||
then
|
|
||||||
git clone https://github.com/Reference-LAPACK/lapack-release.git
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd lapack-release
|
cd lapack-release
|
||||||
cp make.inc.example make.inc
|
cp make.inc.example make.inc
|
||||||
make -j 8
|
make -j 8
|
||||||
|
Loading…
Reference in New Issue
Block a user