Skip to content

Commit

Permalink
Exclude Intel libraries from RPM requires
Browse files Browse the repository at this point in the history
Signed-off-by: Orion Poplawski <orion@nwra.com>
  • Loading branch information
opoplawski committed Aug 4, 2023
1 parent fa72cea commit 635a058
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/OHPC_macros
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Requires: gnu9-compilers%{PROJ_DELIM} >= 9.2.0
%if "%{compiler_family}" == "intel"
BuildRequires: gcc-c++ intel-compilers-devel%{PROJ_DELIM}
Requires: gcc-c++ intel-compilers-devel%{PROJ_DELIM}

%global __requires_exclude ^lib(cilkrts|ifcoremt|ifport|imf|intlc|iomp5|irc|irng|mkl_.*|svml)\\.so(\\.[25])?\\(\\)\\(64bit\\)$
%endif

%if "%{compiler_family}" == "arm1"
Expand Down

0 comments on commit 635a058

Please sign in to comment.