From 6c64eac8b06d49783339311c0aaf4b920bdebde9 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Fri, 8 Dec 2023 15:21:59 +0100 Subject: [PATCH] fwlite-tool-conf: add rocm only for x86_86 --- fwlite-tool-conf.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fwlite-tool-conf.spec b/fwlite-tool-conf.spec index 041d2fbe76b..feef86af909 100644 --- a/fwlite-tool-conf.spec +++ b/fwlite-tool-conf.spec @@ -1,11 +1,13 @@ -### RPM cms fwlite-tool-conf 20.0 +### RPM cms fwlite-tool-conf 21.0 # with cmsBuild, change the above version only when a new # tool is added ## INITENV SET CMSSW_TOOL_CONF_ROOT $FWLITE_TOOL_CONF_ROOT -Requires: alpaka +%ifarch x86_64 Requires: rocm Requires: rocm-rocrand +%endif +Requires: alpaka Requires: cuda-compatible-runtime Requires: cuda Requires: eigen