Update .drone.yml
This commit is contained in:
parent
bf2c773805
commit
5b473614c9
|
@ -193,9 +193,9 @@ steps:
|
|||
- wget https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v5.10.1.tar.gz
|
||||
- tar zvxf v5.10.1.tar.gz
|
||||
- cd SuiteSparse-5.10.1
|
||||
- make BLAS="-L ~/OpenBLAS-0.3.15.dev -lopenblas" LAPACK="-L ~/OpenBLAS-0.3.15.dev -lopenblas"
|
||||
- make BLAS="-L /drone/src -lopenblas" LAPACK="-L /drone/src -lopenblas"
|
||||
- cd CHOLMOD/Demo
|
||||
- export LD_LIBRARY_PATH=~/OpenBLAS-0.3.15.dev
|
||||
- export LD_LIBRARY_PATH=/drone/src
|
||||
- ldd ./cholmod_l_demo
|
||||
- wget https://suitesparse-collection-website.herokuapp.com/MM/ND/nd6k.tar.gz
|
||||
- tar zxvf nd6k.tar.gz
|
||||
|
|
Loading…
Reference in New Issue