We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd012ad commit fd8e36fCopy full SHA for fd8e36f
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
- run:
24
name: test NetLib backend
25
command: |
26
- apt update && apt install -y cmake
+ apt update && apt install -y cmake gfortran
27
cargo test --no-default-features --features=netlib
28
29
test-intel-mkl:
0 commit comments