Browse Source

Update .drone.yml

pull/3261/head
Martin Kroeker GitHub 5 years ago
parent
commit
5b473614c9
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,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…
Cancel
Save