mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-24 13:23:41 +01:00
Fixed travis
This commit is contained in:
parent
5f6349e7ac
commit
e44c040434
@ -24,6 +24,7 @@ addons:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.opam/
|
- $HOME/.opam/
|
||||||
|
- $HOME/lapack-release
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
git clone https://github.com/Reference-LAPACK/lapack-release.git
|
if [[ ! -d lapack-release ]]
|
||||||
|
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