mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Enable LLVM_ENABLE_ZSTD
Fixes rhbz#2321848.
This commit is contained in:
parent
578ded7984
commit
d28725b2de
1 changed files with 6 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
|||
#region main package
|
||||
Name: %{pkg_name_llvm}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
|
@ -291,6 +291,7 @@ BuildRequires: cmake
|
|||
BuildRequires: chrpath
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: ncurses-devel
|
||||
# This intentionally does not use python3_pkgversion. RHEL 8 does not have
|
||||
|
@ -974,6 +975,7 @@ popd
|
|||
-DLLVM_ENABLE_PROJECTS="%{projects}" \\\
|
||||
-DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp;offload" \\\
|
||||
-DLLVM_ENABLE_ZLIB:BOOL=ON \\\
|
||||
-DLLVM_ENABLE_ZSTD:BOOL=FORCE_ON \\\
|
||||
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=%{experimental_targets_to_build} \\\
|
||||
-DLLVM_INCLUDE_BENCHMARKS=OFF \\\
|
||||
-DLLVM_INCLUDE_EXAMPLES:BOOL=ON \\\
|
||||
|
@ -2496,6 +2498,9 @@ fi
|
|||
|
||||
#region changelog
|
||||
%changelog
|
||||
* Tue Nov 26 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 19.1.4-2
|
||||
- Enable LLVM_ENABLE_ZSTD (rhbz#2321848)
|
||||
|
||||
* Thu Nov 21 2024 Timm Bäder <tbaeder@redhat.com> - 19.1.4-1
|
||||
- Update to 19.1.4
|
||||
|
||||
|
|
Loading…
Reference in a new issue