Add patch for MEM_* group for Intel Icelake SP for 5.2.0 and newer (#32235)

This commit is contained in:
Thomas Gruber 2022-08-18 19:30:56 +02:00 committed by GitHub
parent 3c6b5b8afc
commit bfa67bb275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,11 @@ class Likwid(Package):
when="@5.1.0",
sha256="62da145da0a09de21020f9726290e1daf7437691bab8a92d7254bc192d5f3061",
)
patch(
"https://github.com/RRZE-HPC/likwid/releases/download/v5.2.0/likwid-icx-mem-group-fix.patch",
sha256="af4ce278ef20cd1df26d8749a6b0e2716e4286685dae5a5e1eb4af8c383f7d10",
when="@5.2.0:",
)
variant("fortran", default=True, description="with fortran interface")
variant("cuda", default=False, description="with Nvidia GPU profiling support")