We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27b546 commit ce2fc5bCopy full SHA for ce2fc5b
setup-fortran.sh
@@ -191,10 +191,10 @@ intel_version_map_l()
191
if $classic; then
192
case $actual_version in
193
2021.12.0 | 2021.12)
194
- version=2024.1.0
+ version=2024.1
195
;;
196
2021.11.0 | 2021.11)
197
- version=2024.0.1
+ version=2024.0.
198
199
2021.10.0 | 2021.10)
200
version=2023.2.0
@@ -237,10 +237,10 @@ intel_version_map_l()
237
version=$actual_version.0
238
239
2024.0 | 2024.0.0)
240
+ version=2024.0
241
242
2021.1)
243
- version=2021.1.1
+ version=2021.1
244
245
*)
246
version=$actual_version
0 commit comments