mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Compiles and installs again
This commit is contained in:
parent
e9164d278f
commit
630ee401af
1 changed files with 4 additions and 12 deletions
16
llvm.spec
16
llvm.spec
|
@ -160,10 +160,6 @@ BuildRequires: python3-setuptools
|
|||
# For origin certification
|
||||
BuildRequires: gnupg2
|
||||
|
||||
%if %{with pgo_instrumented_build}
|
||||
BuildRequires: compiler-rt
|
||||
%endif
|
||||
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
@ -218,14 +214,6 @@ Requires(postun): /sbin/ldconfig
|
|||
%description libs
|
||||
Shared libraries for the LLVM compiler infrastructure.
|
||||
|
||||
%if %{without compat_build} && %{with snapshot_build}
|
||||
%package cmake-devel
|
||||
Summary: LLVM Shared development CMake files
|
||||
|
||||
%description cmake-devel
|
||||
Some CMake files that are shared by LLVM sub-projects when building.
|
||||
%endif
|
||||
|
||||
%package static
|
||||
Summary: LLVM static libraries
|
||||
Conflicts: %{name}-devel < 8
|
||||
|
@ -478,6 +466,7 @@ touch %{buildroot}%{_bindir}/llvm-config%{exec_suffix}
|
|||
mkdir -p %{buildroot}%{pkg_datadir}/llvm/cmake
|
||||
cp -Rv ../cmake/* %{buildroot}%{pkg_datadir}/llvm/cmake
|
||||
|
||||
|
||||
%check
|
||||
# non reproducible errors
|
||||
rm test/tools/dsymutil/X86/swift-interface.test
|
||||
|
@ -805,6 +794,9 @@ fi
|
|||
* Wed Nov 02 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
|
||||
- Update to LLVM 15.0.4
|
||||
|
||||
* Wed Nov 02 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
|
||||
- Update to LLVM 15.0.4
|
||||
|
||||
* Tue Sep 27 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
|
||||
- Export GetHostTriple.cmake
|
||||
|
||||
|
|
Loading…
Reference in a new issue