From c7cb1c8c1bcd6593922690214785231e3e1325c2 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Thu, 27 Jul 2023 17:03:31 +0200 Subject: [PATCH] Update Intel oneAPI compiler to version 2023.2.0 --- icx.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/icx.spec b/icx.spec index bcbb8de9605..ca5cee7323c 100644 --- a/icx.spec +++ b/icx.spec @@ -1,5 +1,8 @@ -### RPM external icx 2022 +### RPM external icx 2023.2.0 ## NOCOMPILER + +%define year %(echo %realversion | cut -d. -f1) + Source: none Provides: libimf.so()(64bit) Provides: libintlc.so.5()(64bit) @@ -10,5 +13,4 @@ Provides: libsvml.so()(64bit) %build %install %post -ln -s /cvmfs/projects.cern.ch/intelsw/oneAPI/linux/x86_64/%{realversion}/compiler/latest/linux $RPM_INSTALL_PREFIX/%{pkgrel}/installation - +ln -s /cvmfs/projects.cern.ch/intelsw/oneAPI/linux/x86_64/%{year}/compiler/%{realversion}/linux $RPM_INSTALL_PREFIX/%{pkgrel}/installation