File tree Expand file tree Collapse file tree 2 files changed +1
-31
lines changed
Expand file tree Collapse file tree 2 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 1- name : lax/ intel-mkl
1+ name : " lax / intel-mkl"
22
33on :
44 push :
@@ -25,33 +25,13 @@ jobs:
2525 --no-default-features
2626 --features=${{ matrix.feature }}
2727
28- macos :
29- strategy :
30- fail-fast : false
31- matrix :
32- feature :
33- - mkl-dynamic-lp64-iomp
34- - mkl-dynamic-lp64-seq
35- runs-on : macos-10.15
36- steps :
37- - uses : actions/checkout@v1
38- - uses : actions-rs/cargo@v1
39- with :
40- command : test
41- args : >
42- --manifest-path=lax/Cargo.toml
43- --no-default-features
44- --features=${{ matrix.feature }}
45-
4628 linux :
4729 strategy :
4830 fail-fast : false
4931 matrix :
5032 feature :
5133 - mkl-static-lp64-iomp
5234 - mkl-static-lp64-seq
53- - mkl-dynamic-lp64-iomp
54- - mkl-dynamic-lp64-seq
5535 runs-on : ubuntu-18.04
5636 steps :
5737 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-18.04
1919 steps :
2020 - uses : actions/checkout@v1
21- - name : apt install openblas
22- run : |
23- sudo apt update
24- sudo apt install -y gfortran libopenblas-dev liblapacke-dev
25- if : ${{ matrix.feature == 'openblas' }}
26- - name : apt install netlib
27- run : |
28- sudo apt update
29- sudo apt install -y gfortran libblas-dev liblapack-dev liblapacke-dev
30- if : ${{ matrix.feature == 'netlib' }}
3121 - uses : actions-rs/cargo@v1
3222 with :
3323 command : test
You can’t perform that action at this time.
0 commit comments