File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,12 @@ intel_version_map_l()
190190 local classic=$2
191191 if $classic ; then
192192 case $actual_version in
193+ 2021.12.0 | 2021.12)
194+ version=2024.1.0
195+ ;;
196+ 2021.11.0 | 2021.11)
197+ version=2024.0.1
198+ ;;
193199 2021.10.0 | 2021.10)
194200 version=2023.2.0
195201 ;;
@@ -227,9 +233,12 @@ intel_version_map_l()
227233 2022.0.0 | 2022.0)
228234 version=2022.0.2
229235 ;;
230- 2023.2 | 2023.1 | 2023.0 | 2022.2 | 2022.1 | 2021.4 | 2021.2)
236+ 2024.1 | 2023.2 | 2023.1 | 2023.0 | 2022.2 | 2022.1 | 2021.4 | 2021.2)
231237 version=$actual_version .0
232238 ;;
239+ 2024.0 | 2024.0.0)
240+ version=2024.0.1
241+ ;;
233242 2021.1)
234243 version=2021.1.1
235244 ;;
@@ -280,6 +289,12 @@ intel_version_map_w()
280289 local classic=$2
281290 if $classic ; then
282291 case $actual_version in
292+ 2021.12.0 | 2021.12)
293+ version=2024.1.0
294+ ;;
295+ 2021.11.0 | 2021.11)
296+ version=2024.0.1
297+ ;;
283298 2021.10.0 | 2021.10)
284299 version=2023.2.0
285300 ;;
@@ -304,7 +319,7 @@ intel_version_map_w()
304319 2024.1 | 2024.1.0)
305320 version=2024.1.0
306321 ;;
307- 2024.0 | 2024.0.1 )
322+ 2024.0 | 2024.0.0 )
308323 version=2024.0.1
309324 ;;
310325 2023.2 | 2023.1 | 2023.0)
@@ -650,4 +665,4 @@ install_lfortran()
650665
651666 echo $( $CONDA run -n base which lfortran | sed ' s/lfortran//' ) >> $GITHUB_PATH
652667 export FC=" lfortran"
653- }
668+ }
You can’t perform that action at this time.
0 commit comments