Browse Source

Update .cirrus.yml

pull/4584/head
Martin Kroeker GitHub 2 years ago
parent
commit
20cd9f031f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -114,7 +114,7 @@ task:
image: node:latest
compile_script:
- apt-get update
- apt install gfortran
- apt install -y gfortran
- make
- wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp
- g++ -I. -Ilapack-netlib/LAPACKE/include issue4583.cpp libopenblas.a -lgfortran -o issue4583


Loading…
Cancel
Save