Skip to content

Commit 5d576d4

Browse files
committed
try different basekit versions for the failed options #2
1 parent a61989d commit 5d576d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-fortran.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ mkl_version_map_m()
306306
;;
307307
# compiler versions 2021.5, 2021.6, 2021.7, 2021.7.1, 2021.8, 2021.9 work with other basekits
308308
2022.1.0 | 2022.2.0 | 2022.3.0 | 2022.3.1 | 2023.0.0 | 2023.1.0)
309-
mkl_version=2023.1.0
309+
mkl_version=2022.2.0
310310
;;
311311
*)
312312
mkl_version=""

0 commit comments

Comments
 (0)