From 2bd386dae7b9567d6395da9dc29625cbcd01b7de Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Wed, 14 Dec 2022 17:43:41 +0100 Subject: [PATCH] Use latest LIKWID version for builds --- collectors/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectors/Makefile b/collectors/Makefile index 37e8e67..de98eb6 100644 --- a/collectors/Makefile +++ b/collectors/Makefile @@ -1,5 +1,5 @@ # LIKWID version -LIKWID_VERSION = 5.2.1 +LIKWID_VERSION = 5.2.2 LIKWID_INSTALLED_FOLDER=$(shell dirname $(shell which likwid-topology 2>/dev/null) 2>/dev/null) LIKWID_FOLDER="$(shell pwd)/likwid"