Browse Source

Update .drone.yml

pull/3261/head
Martin Kroeker GitHub 5 years ago
parent
commit
4b7e1640d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml 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


Loading…
Cancel
Save