From 07f7c96915178d9a4c9a350a04afd11993005706 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 22 Jun 2022 12:48:08 +0000 Subject: [PATCH] Auto sync2gitlab import of boost-1.66.0-12.el8.src.rpm --- boost.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 0ee76f2..ba318fd 100644 --- a/boost.spec +++ b/boost.spec @@ -7,9 +7,16 @@ %global boost_docdir __tmp_docdir %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 %bcond_without mpich %bcond_without openmpi +%endif %ifnarch %{ix86} x86_64 ppc64le aarch64 %bcond_with context @@ -27,7 +34,7 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.66.0 %global version_enc 1_66_0 -Release: 10%{?dist} +Release: 12%{?dist} License: Boost and MIT and Python %global toplev_dirname %{name}_%{version_enc} @@ -81,6 +88,8 @@ BuildRequires: m4 BuildRequires: libstdc++-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel +BuildRequires: xz-devel +BuildRequires: libzstd-devel BuildRequires: python3-devel BuildRequires: python3-numpy BuildRequires: libicu-devel @@ -1309,6 +1318,12 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Tue Jun 21 2022 Jonathan Wakely - 1.66.0-12 +- Build with lzma and zstd support (#2069831) + +* Wed Jan 20 2021 Stephan Bergmann - 1.66.0-11 +- Disable openmpi and mpich for Flatpak-bundled builds (#1895928) + * Tue Aug 04 2020 Jonathan Wakely - 1.66.0-10 - Revert changes for s390x support in Boost.Context