File tree Expand file tree Collapse file tree 13 files changed +19
-19
lines changed Expand file tree Collapse file tree 13 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 13
13
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- run : sudo apt-get install libopenblas-dev liblapack-dev
18
18
- run : make DLONG=${{ matrix.long }} USE_LAPACK=${{ matrix.lapack }}
19
19
- run : make test DLONG=${{ matrix.long }} USE_LAPACK=${{ matrix.lapack }}
22
22
23
23
# runs-on: windows-latest
24
24
# steps:
25
- # - uses: actions/checkout@v4
25
+ # - uses: actions/checkout@v5
26
26
# - run: choco install clapack
27
27
# - run: make
28
28
# - run: make test
37
37
38
38
runs-on : macos-latest
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- run : brew install openblas lapack
42
42
- run : make DLONG=${{ matrix.long }} USE_LAPACK=${{ matrix.lapack }}
43
43
- run : make test DLONG=${{ matrix.long }} USE_LAPACK=${{ matrix.lapack }}
Original file line number Diff line number Diff line change 31
31
# source /opt/intel/mkl/bin/mklvars.sh
32
32
33
33
- name : checkout project code
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
36
36
- name : Build SCS MKL and test
37
37
run : |
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : checkout project code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : install deps
18
18
run : sudo apt-get install libopenblas-dev liblapack-dev
Original file line number Diff line number Diff line change 12
12
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- run : sudo apt-get update && sudo apt-get install -y libopenblas-dev liblapack-dev
17
17
- run : make DLONG=${{ matrix.long }} USE_LAPACK=1 USE_SPECTRAL_CONES=${{ matrix.spectral }}
18
18
- run : make test DLONG=${{ matrix.long }} USE_LAPACK=1 USE_SPECTRAL_CONES=${{ matrix.spectral }}
28
28
29
29
runs-on : macos-latest
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- run : brew update && brew install openblas lapack
33
33
- run : make DLONG=${{ matrix.long }} USE_LAPACK=1 USE_SPECTRAL_CONES=${{ matrix.spectral }}
34
34
- run : make test DLONG=${{ matrix.long }} USE_LAPACK=1 USE_SPECTRAL_CONES=${{ matrix.spectral }}
Original file line number Diff line number Diff line change 7
7
linux :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- run : |
12
12
sudo apt-get install libopenblas-dev liblapack-dev
13
13
export CC=g++
19
19
20
20
# runs-on: windows-latest
21
21
# steps:
22
- # - uses: actions/checkout@v4
22
+ # - uses: actions/checkout@v5
23
23
# - run: choco install clapack
24
24
# - run: make
25
25
# - run: make test
28
28
mac :
29
29
runs-on : macos-latest
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
- run : |
33
33
brew install openblas lapack
34
34
export CC=clang++
Original file line number Diff line number Diff line change 7
7
linux :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- run : |
12
12
sudo apt-get install libopenblas-dev liblapack-dev
13
13
mkdir out
26
26
mac :
27
27
runs-on : macos-latest
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- run : |
31
31
brew install openblas lapack
32
32
mkdir out
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
id : cuda-toolkit
17
17
with :
Original file line number Diff line number Diff line change 25
25
# source /opt/intel/mkl/bin/mklvars.sh
26
26
27
27
- name : checkout project code
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Build SCS MKL and test
31
31
run : |
Original file line number Diff line number Diff line change 7
7
linux :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- run : |
12
12
sudo apt-get install libopenblas-dev liblapack-dev
13
13
mkdir out
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Check out
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@v5
11
11
with :
12
12
submodules : ' recursive'
13
13
You can’t perform that action at this time.
0 commit comments