intel-oneapi-compilers: fix Python 2.7 compliance (#33383)
This commit is contained in:
parent
0b014ff9cd
commit
fe2656f182
@ -131,7 +131,7 @@ class IntelOneapiCompilers(IntelOneApiPackage):
|
|||||||
placement="fortran-installer",
|
placement="fortran-installer",
|
||||||
when="@{0}".format(v["version"]),
|
when="@{0}".format(v["version"]),
|
||||||
expand=False,
|
expand=False,
|
||||||
**v["ftn"],
|
**v["ftn"]
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@ -214,7 +214,7 @@ def write_cfg(cmp_list, flags_list):
|
|||||||
f.write(flags)
|
f.write(flags)
|
||||||
set_install_permissions(cfg_file)
|
set_install_permissions(cfg_file)
|
||||||
|
|
||||||
# Make sure that icc gets the right GCC C+ support
|
# Make sure that icc gets the right GCC C++ support
|
||||||
write_cfg(
|
write_cfg(
|
||||||
[
|
[
|
||||||
join_path("intel64", "icc"),
|
join_path("intel64", "icc"),
|
||||||
|
Loading…
Reference in New Issue
Block a user