Likwid: likwid-icx-mem-group-fix.patch only for 5.2.* versions (#41514)

This commit is contained in:
Thomas Gruber 2023-12-11 10:48:02 +01:00 committed by GitHub
parent 53493ceab1
commit cfd58bdafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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