Skip to content

Commit

Permalink
240427.145210.HKT correct ONEAPI_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 27, 2024
1 parent 9211549 commit 5070380
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/parallel_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/recursive_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stress_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_matlab_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_matlab_mac_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_matlab_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
shell: bash
run: |
ONEAPI_VERSION=
if [[ "${{ matrix.os }}" = "windows-*" ]] ; then
if [[ "${{ matrix.matlab }}" == "R2020*" || "${{ matrix.matlab }}" == "R2021*" || "${{ matrix.matlab }}" == "R2022*" || "${{ matrix.matlab }}" == "R2023*" ]] ; then
if [[ "${{ matrix.os }}" = "windows-"* ]] ; then
if [[ "${{ matrix.matlab }}" = "R2020"* || "${{ matrix.matlab }}" = "R2021"* || "${{ matrix.matlab }}" = "R2022"* || "${{ matrix.matlab }}" = "R2023"* ]] ; then
ONEAPI_VERSION=2023
fi
fi
Expand Down

0 comments on commit 5070380

Please sign in to comment.