-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
240331.202958.HKT Merge branch 'main' of github.com:libprima/prima
- Loading branch information
Showing
35 changed files
with
76 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
- name: Set up MATLAB | ||
id: set-up-matlab | ||
if: ${{ matrix.linter == 'mlint' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: latest | ||
cache: false # We should not cache MATLAB; otherwise, an empty directory will be cached since we remove $MATLABROOT in the next step | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB with optimization toolbox | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,15 +115,15 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,15 +84,15 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,15 +78,15 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true'}} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,15 +73,15 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox == 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
|
||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB with optimization toolbox | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB with optimization toolbox | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,7 +153,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ jobs: | |
run: cmd.exe "/K" '".github\scripts\install_oneapi_windows.bat 2023"' | ||
|
||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
|
||
- name: Set up MATLAB | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected].0 | ||
uses: matlab-actions/[email protected].1 | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.