Auto sync2gitlab import of boost-1.66.0-12.el8.src.rpm

This commit is contained in:
CentOS Sources 2022-06-22 12:48:08 +00:00
parent 862d1ac8f4
commit 07f7c96915

View File

@ -7,9 +7,16 @@
%global boost_docdir __tmp_docdir %global boost_docdir __tmp_docdir
%global boost_examplesdir __tmp_examplesdir %global boost_examplesdir __tmp_examplesdir
%if 0%{?flatpak}
# For bundling in Flatpak, currently build without mpich and openmpi,
# which aren't needed and cause prefix=/app errors.
%bcond_with mpich
%bcond_with openmpi
%else
# All arches have openmpi and mpich # All arches have openmpi and mpich
%bcond_without mpich %bcond_without mpich
%bcond_without openmpi %bcond_without openmpi
%endif
%ifnarch %{ix86} x86_64 ppc64le aarch64 %ifnarch %{ix86} x86_64 ppc64le aarch64
%bcond_with context %bcond_with context
@ -27,7 +34,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries Summary: The free peer-reviewed portable C++ source libraries
Version: 1.66.0 Version: 1.66.0
%global version_enc 1_66_0 %global version_enc 1_66_0
Release: 10%{?dist} Release: 12%{?dist}
License: Boost and MIT and Python License: Boost and MIT and Python
%global toplev_dirname %{name}_%{version_enc} %global toplev_dirname %{name}_%{version_enc}
@ -81,6 +88,8 @@ BuildRequires: m4
BuildRequires: libstdc++-devel BuildRequires: libstdc++-devel
BuildRequires: bzip2-devel BuildRequires: bzip2-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: xz-devel
BuildRequires: libzstd-devel
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-numpy BuildRequires: python3-numpy
BuildRequires: libicu-devel BuildRequires: libicu-devel
@ -1309,6 +1318,12 @@ fi
%{_mandir}/man1/bjam.1* %{_mandir}/man1/bjam.1*
%changelog %changelog
* Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-12
- Build with lzma and zstd support (#2069831)
* Wed Jan 20 2021 Stephan Bergmann <sbergman@redhat.com> - 1.66.0-11
- Disable openmpi and mpich for Flatpak-bundled builds (#1895928)
* Tue Aug 04 2020 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-10 * Tue Aug 04 2020 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-10
- Revert changes for s390x support in Boost.Context - Revert changes for s390x support in Boost.Context