From d6d0cd080dea5c0eb6e046e00723343a261ff4e3 Mon Sep 17 00:00:00 2001 From: Yinsist Date: Sun, 28 Apr 2024 11:13:43 +0000 Subject: [PATCH] gcc does not currently support RISC-V's libquadmath --- boost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 6898290..ebb3b83 100644 --- a/boost.spec +++ b/boost.spec @@ -2,7 +2,7 @@ Name: boost Version: 1.83.0 -Release: 3 +Release: 4 Summary: The free peer-reviewed portable C++ source libraries License: BSL-1.0 URL: http://www.boost.org @@ -56,7 +56,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 +%ifnarch loongarch64 riscv64 # optional library for multiprecision BuildRequires: libquadmath-devel libquadmath-static %endif @@ -450,6 +450,9 @@ find libs -name example -exec cp {} boost-example --parents -r \; %{_libdir}/*.a %changelog +* Sun Apr 28 2024 yinsist - 1.83.0-4 +- Disable libquadmath dependency for RISC-V as gcc does not currently support RISC-V's libquadmath + * Thu Mar 14 2024 jammyjellyfish - 1.83.0-3 - Support specify CC -- Gitee