Skip to content

Commit

Permalink
misc: re-enable support for gcc5 compiler variant (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <karl@ices.utexas.edu>
  • Loading branch information
koomie committed Apr 19, 2018
1 parent 6f29cd1 commit 7c4c054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/OHPC_macros
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ BuildRequires: ohpc-buildroot
BuildRequires: gnu7-compilers%{PROJ_DELIM} >= 7.2.0
Requires: gnu7-compilers%{PROJ_DELIM} >= 7.2.0
%endif
%if "%{compiler_family}" == "gnu"
BuildRequires: gnu-compilers%{PROJ_DELIM} >= 5.4.0
Requires: gnu-compilers%{PROJ_DELIM} >= 5.4.0
%endif
%if "%{compiler_family}" == "intel"
BuildRequires: gcc-c++ intel-compilers-devel%{PROJ_DELIM}
Requires: gcc-c++ intel-compilers-devel%{PROJ_DELIM}
Expand Down

0 comments on commit 7c4c054

Please sign in to comment.