Skip to content

Commit

Permalink
Extend the requires filter out to handle (.*)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Nov 6, 2023
1 parent 472095e commit 984b010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/OHPC_macros
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Requires: gnu9-compilers%{PROJ_DELIM} >= 9.2.0
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\\)$
%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 984b010

Please sign in to comment.