Add a Recommends on libatomic, see rhbz#2118592
This commit is contained in:
parent
2b8dcb4dbf
commit
7808ecbcca
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -161,6 +161,8 @@ libomp-devel to enable -fopenmp.
|
|||||||
Summary: Runtime library for clang
|
Summary: Runtime library for clang
|
||||||
Requires: %{name}-resource-filesystem%{?_isa} = %{version}
|
Requires: %{name}-resource-filesystem%{?_isa} = %{version}
|
||||||
Recommends: compiler-rt%{?_isa} = %{version}
|
Recommends: compiler-rt%{?_isa} = %{version}
|
||||||
|
# atomic support is not part of compiler-rt
|
||||||
|
Recommends: libatomic%{?_isa}
|
||||||
# libomp-devel is required, so clang can find the omp.h header when compiling
|
# libomp-devel is required, so clang can find the omp.h header when compiling
|
||||||
# with -fopenmp.
|
# with -fopenmp.
|
||||||
Recommends: libomp-devel%{_isa} = %{version}
|
Recommends: libomp-devel%{_isa} = %{version}
|
||||||
@ -591,6 +593,9 @@ false
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 29 2022 sguelton@redhat.com - 14.0.5-7
|
||||||
|
- Add a Recommends on libatomic, see rhbz#2118592
|
||||||
|
|
||||||
* Wed Aug 10 2022 Nikita Popov <npopov@redhat.com> - 14.0.5-6
|
* Wed Aug 10 2022 Nikita Popov <npopov@redhat.com> - 14.0.5-6
|
||||||
- Revert powerpc -mabi=ieeelongdouble default
|
- Revert powerpc -mabi=ieeelongdouble default
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user