Skip to content

Commit c961039

Browse files
committed
Drop dynamic linking support for macOS/Linux
1 parent af3973b commit c961039

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

.github/workflows/intel-mkl.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lax/intel-mkl
1+
name: "lax / intel-mkl"
22

33
on:
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

.github/workflows/ndarray-linalg.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ jobs:
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

0 commit comments

Comments
 (0)