Update .drone.yml

This commit is contained in:
Martin Kroeker 2021-06-09 13:34:14 +02:00 committed by GitHub
parent 5b473614c9
commit 4b7e1640d1
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,13 +193,13 @@ 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
- export LD_LIBRARY_PATH=/drone/src
- make BLAS="-L /drone/src -lopenblas" LAPACK="-L /drone/src -lopenblas"
- cd CHOLMOD/Demo
- 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
- ./cholmod_l_demo <nd6k/nd6k.mtx
- LD_LIBRARY_PATH=/drone/src ./cholmod_l_demo <nd6k/nd6k.mtx
---
kind: pipeline
name: arm64_gcc10