intel-xed: add version 2023.06.07 (#38373)

Add version 2023.06.07, update python to 3.7.
This commit is contained in:
Mark W. Krentel 2023-06-14 11:46:53 -05:00 committed by GitHub
parent 19a62630e5
commit ddb29ebc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")