Skip to content

Commit

Permalink
Update Intel oneAPI compiler to version 2023.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Jul 27, 2023
1 parent a99b9b0 commit c7cb1c8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions icx.spec
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

0 comments on commit c7cb1c8

Please sign in to comment.