diff --git a/boost.spec b/boost.spec index 79284736754e45e19aa2d49cbf7c4befcb9ef480..c047ec004c66d9fb11dcd89fc7f5e7239ecedc22 100644 --- a/boost.spec +++ b/boost.spec @@ -2,7 +2,7 @@ Name: boost Version: 1.83.0 -Release: 5 +Release: 6 Summary: The free peer-reviewed portable C++ source libraries License: BSL-1.0 URL: https://www.boost.org @@ -58,7 +58,7 @@ BuildRequires: python3-devel python3-unversioned-command BuildRequires: openssl-devel # optional libraries for iostreams BuildRequires: bzip2-devel libzstd-devel xz-devel zlib-devel -%ifnarch loongarch64 riscv64 +%ifnarch loongarch64 riscv64 sw_64 mips64el # optional library for multiprecision BuildRequires: libquadmath-devel libquadmath-static %endif @@ -457,6 +457,9 @@ find libs -name example -exec cp {} boost-example --parents -r \; %{_libdir}/cmake/* %changelog +* Thu Mar 06 2025 mahailiang - 1.83.0-6 +- Disable libquadmath dependency for sw_64 mips64el + * Sat Nov 30 2024 Funda Wang - 1.83.0-5 - install cmake config files as suggested by cmake