From 4806147f74d4ecb3bf43ddb59b0970b7ea102064 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 5 Dec 2024 19:52:42 +0100 Subject: [PATCH] opencl-headers needs powertools in rl8 but not in rl9 --- rules/opencl.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rules/opencl.json b/rules/opencl.json index f4ee223..6a10c45 100644 --- a/rules/opencl.json +++ b/rules/opencl.json @@ -40,7 +40,12 @@ "os": "linux", "distribution": "centos", "versions": ["8"] - } + }, + { + "os": "linux", + "distribution": "rockylinux", + "versions": ["8"] + }, ] }, { @@ -48,7 +53,8 @@ "constraints": [ { "os": "linux", - "distribution": "rockylinux" + "distribution": "rockylinux", + "version": ["9"] }, { "os": "linux",