fix multiprecision dependency
This commit is contained in:
parent
89bbd67d04
commit
926fb61aa3
@ -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 <liuzixian4@huawei.com> - 1.80.0-3
|
||||
- Fix libquadmath dependency
|
||||
|
||||
* Sat Nov 26 2022 Liu Zixian <liuzixian4@huawei.com> - 1.80.0-2
|
||||
- Backport outcome regression test bugfix
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user