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"
2
2
3
3
on :
4
4
push :
@@ -25,33 +25,13 @@ jobs:
25
25
--no-default-features
26
26
--features=${{ matrix.feature }}
27
27
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
-
46
28
linux :
47
29
strategy :
48
30
fail-fast : false
49
31
matrix :
50
32
feature :
51
33
- mkl-static-lp64-iomp
52
34
- mkl-static-lp64-seq
53
- - mkl-dynamic-lp64-iomp
54
- - mkl-dynamic-lp64-seq
55
35
runs-on : ubuntu-18.04
56
36
steps :
57
37
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-18.04
19
19
steps :
20
20
- 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' }}
31
21
- uses : actions-rs/cargo@v1
32
22
with :
33
23
command : test
You can’t perform that action at this time.
0 commit comments