From 926fb61aa38691c6a9bfc84a2e8d1e19cbe39c2f Mon Sep 17 00:00:00 2001 From: Liu Zixian Date: Sat, 26 Nov 2022 17:30:57 +0800 Subject: [PATCH] fix multiprecision dependency --- boost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index f5679d3..a10ac56 100644 --- a/boost.spec +++ b/boost.spec @@ -2,7 +2,7 @@ Name: boost Version: 1.80.0 -Release: 2 +Release: 3 Summary: The free peer-reviewed portable C++ source libraries License: BSL-1.0 URL: http://www.boost.org @@ -52,7 +52,7 @@ BuildRequires: openssl-devel # optional libraries for iostreams BuildRequires: bzip2-devel libzstd-devel xz-devel zlib-devel # optional library for multiprecision -BuildRequires: libquadmath-devel +BuildRequires: libquadmath-devel libquadmath-static # optional library for python3 BuildRequires: python3-numpy # optional library for regex @@ -429,6 +429,9 @@ find libs -name example -exec cp {} boost-example --parents -r \; %{_libdir}/*.a %changelog +* Sat Nov 26 2022 Liu Zixian - 1.80.0-3 +- Fix libquadmath dependency + * Sat Nov 26 2022 Liu Zixian - 1.80.0-2 - Backport outcome regression test bugfix -- Gitee