Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intel-xed: add version 2023.06.07 #38373

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/intel-xed/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class IntelXed(Package):

# Current versions now have actual releases and tags.
version("main", branch="main")
version("2023.06.07", tag="v2023.06.07")
version("2023.04.16", tag="v2023.04.16")
version("2022.10.11", tag="v2022.10.11")
version("2022.08.11", tag="v2022.08.11")
Expand All @@ -47,7 +48,7 @@ class IntelXed(Package):
variant("pic", default=False, description="Compile with position independent code.")

# 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("2019-python3.patch", when="@10.2019.03")
Expand Down