intel-xed: add version 2023.06.07 (#38373)
Add version 2023.06.07, update python to 3.7.
This commit is contained in:
parent
19a62630e5
commit
ddb29ebc34
@ -21,6 +21,7 @@ class IntelXed(Package):
|
|||||||
|
|
||||||
# Current versions now have actual releases and tags.
|
# Current versions now have actual releases and tags.
|
||||||
version("main", branch="main")
|
version("main", branch="main")
|
||||||
|
version("2023.06.07", tag="v2023.06.07")
|
||||||
version("2023.04.16", tag="v2023.04.16")
|
version("2023.04.16", tag="v2023.04.16")
|
||||||
version("2022.10.11", tag="v2022.10.11")
|
version("2022.10.11", tag="v2022.10.11")
|
||||||
version("2022.08.11", tag="v2022.08.11")
|
version("2022.08.11", tag="v2022.08.11")
|
||||||
@ -47,7 +48,7 @@ class IntelXed(Package):
|
|||||||
variant("pic", default=False, description="Compile with position independent code.")
|
variant("pic", default=False, description="Compile with position independent code.")
|
||||||
|
|
||||||
# The current mfile uses python3 by name.
|
# The current mfile uses python3 by name.
|
||||||
depends_on("python@3.6:", type="build")
|
depends_on("python@3.7:", type="build")
|
||||||
|
|
||||||
patch("1201-segv.patch", when="@12.0.1")
|
patch("1201-segv.patch", when="@12.0.1")
|
||||||
patch("2019-python3.patch", when="@10.2019.03")
|
patch("2019-python3.patch", when="@10.2019.03")
|
||||||
|
Loading…
Reference in New Issue
Block a user