Skip to content

Commit

Permalink
compiler-families/llvm-compilers: hard requires on libstdc++ (#623) (#…
Browse files Browse the repository at this point in the history
…649)

Signed-off-by: Reese Baird <reese.baird@intel.com>
  • Loading branch information
crbaird committed Feb 16, 2018
1 parent af6cc86 commit 90d7415
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ BuildRequires: pkgconfig
BuildRequires: binutils-devel
%if 0%{?sles_version} || 0%{?suse_version}
BuildRequires: gcc-fortran
BuildRequires: libstdc++48-devel
BuildRequires: libstdc++6-devel
Requires: libstdc++6
%else
BuildRequires: gcc-gfortran
BuildRequires: libstdc++-devel
Requires: libstdc++
%endif
Requires: binutils
BuildRequires: gcc-c++
Expand Down

0 comments on commit 90d7415

Please sign in to comment.