gcc does not currently support RISC-V's libquadmath

(cherry picked from commit d09a19ed7a3390d91d000af194de916f6fa972cd)
This commit is contained in:
Yinsist 2024-05-08 13:02:42 +00:00 committed by openeuler-sync-bot
parent 42042bdc7c
commit d7149f6ec5

View File

@ -2,7 +2,7 @@
Name: boost Name: boost
Version: 1.83.0 Version: 1.83.0
Release: 2 Release: 4
Summary: The free peer-reviewed portable C++ source libraries Summary: The free peer-reviewed portable C++ source libraries
License: BSL-1.0 License: BSL-1.0
URL: http://www.boost.org URL: http://www.boost.org
@ -56,7 +56,7 @@ BuildRequires: python3-devel python3-unversioned-command
BuildRequires: openssl-devel BuildRequires: openssl-devel
# optional libraries for iostreams # optional libraries for iostreams
BuildRequires: bzip2-devel libzstd-devel xz-devel zlib-devel BuildRequires: bzip2-devel libzstd-devel xz-devel zlib-devel
%ifnarch loongarch64 %ifnarch loongarch64 riscv64
# optional library for multiprecision # optional library for multiprecision
BuildRequires: libquadmath-devel libquadmath-static BuildRequires: libquadmath-devel libquadmath-static
%endif %endif
@ -450,6 +450,9 @@ find libs -name example -exec cp {} boost-example --parents -r \;
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Sun Apr 28 2024 yinsist <jianhui.oerv@isrc.iscas.ac.cn> - 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 <jammyjellyfish255@outlook.com> - 1.83.0-3 * Thu Mar 14 2024 jammyjellyfish <jammyjellyfish255@outlook.com> - 1.83.0-3
- Support specify CC - Support specify CC