Disable libquadmath dependency for sw_64 mips64el
(cherry picked from commit ff2bd2265928a0d5b78ed25c5d09288a5d3fd623)
This commit is contained in:
parent
0fff1c3dd5
commit
84f4f87d8b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
Version: 1.83.0
|
Version: 1.83.0
|
||||||
Release: 4
|
Release: 5
|
||||||
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 riscv64
|
%ifnarch loongarch64 riscv64 sw_64 mips64el
|
||||||
# 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
|
||||||
|
* Thu Mar 06 2025 mahailiang <mahailiang@uniontech.com> - 1.83.0-5
|
||||||
|
- Disable libquadmath dependency for sw_64 mips64el
|
||||||
|
|
||||||
* Sun Apr 28 2024 yinsist <jianhui.oerv@isrc.iscas.ac.cn> - 1.83.0-4
|
* 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
|
- Disable libquadmath dependency for RISC-V as gcc does not currently support RISC-V's libquadmath
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user