From 4aee4c6481c548d9a23ba60008b99686ae0040d8 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Mon, 8 Jul 2024 19:15:08 +0200 Subject: [PATCH] Update Intel tool to version 2024.1 --- icx.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icx.spec b/icx.spec index abc21403398..83b8009d794 100644 --- a/icx.spec +++ b/icx.spec @@ -1,4 +1,4 @@ -### RPM external icx 2024.0 +### RPM external icx 2024.1 ## NOCOMPILER %define year %(echo %realversion | cut -d. -f1) @@ -13,4 +13,4 @@ Provides: libsvml.so()(64bit) %build %install %post -ln -s /cvmfs/projects.cern.ch/intelsw/oneAPI/linux/x86_64/%{year}/compiler/%{realversion}/linux $RPM_INSTALL_PREFIX/%{pkgrel}/installation +ln -s /cvmfs/projects.cern.ch/intelsw/oneAPI/linux/x86_64/%{year}/compiler/%{realversion} $RPM_INSTALL_PREFIX/%{pkgrel}/installation