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:
|
||||
directories:
|
||||
- $HOME/.opam/
|
||||
- $HOME/lapack-release
|
||||
|
||||
language: python
|
||||
python:
|
||||
|
@ -1,6 +1,10 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
if [[ ! -d lapack-release ]]
|
||||
then
|
||||
git clone https://github.com/Reference-LAPACK/lapack-release.git
|
||||
fi
|
||||
|
||||
cd lapack-release
|
||||
cp make.inc.example make.inc
|
||||
make -j 8
|
||||
|
Loading…
Reference in New Issue
Block a user