Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-06-09 11:34:22 +02:00 committed by GitHub
parent bf2c773805
commit 5b473614c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -193,9 +193,9 @@ steps:
- wget https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v5.10.1.tar.gz - wget https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v5.10.1.tar.gz
- tar zvxf v5.10.1.tar.gz - tar zvxf v5.10.1.tar.gz
- cd SuiteSparse-5.10.1 - 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 - cd CHOLMOD/Demo
- export LD_LIBRARY_PATH=~/OpenBLAS-0.3.15.dev - export LD_LIBRARY_PATH=/drone/src
- ldd ./cholmod_l_demo - ldd ./cholmod_l_demo
- wget https://suitesparse-collection-website.herokuapp.com/MM/ND/nd6k.tar.gz - wget https://suitesparse-collection-website.herokuapp.com/MM/ND/nd6k.tar.gz
- tar zxvf nd6k.tar.gz - tar zxvf nd6k.tar.gz