Boost.Math does not support 'long double' of ppc64le
See https://github.com/boostorg/math/pull/524
This commit is contained in:
parent
dd07b4b21f
commit
ee1a4870ab
11
boost.spec
11
boost.spec
@ -42,7 +42,7 @@ Name: boost
|
|||||||
%global real_name boost
|
%global real_name boost
|
||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.76.0
|
Version: 1.76.0
|
||||||
Release: 0%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
|
|
||||||
# Replace each . with _ in %%{version}
|
# Replace each . with _ in %%{version}
|
||||||
@ -1064,10 +1064,16 @@ fi
|
|||||||
%license LICENSE_1_0.txt
|
%license LICENSE_1_0.txt
|
||||||
%{_libdir}/libboost_math_c99.so.%{sonamever}
|
%{_libdir}/libboost_math_c99.so.%{sonamever}
|
||||||
%{_libdir}/libboost_math_c99f.so.%{sonamever}
|
%{_libdir}/libboost_math_c99f.so.%{sonamever}
|
||||||
|
%ifnarch ppc64 ppc64le
|
||||||
|
# long double not supported for this platform
|
||||||
%{_libdir}/libboost_math_c99l.so.%{sonamever}
|
%{_libdir}/libboost_math_c99l.so.%{sonamever}
|
||||||
|
%endif
|
||||||
%{_libdir}/libboost_math_tr1.so.%{sonamever}
|
%{_libdir}/libboost_math_tr1.so.%{sonamever}
|
||||||
%{_libdir}/libboost_math_tr1f.so.%{sonamever}
|
%{_libdir}/libboost_math_tr1f.so.%{sonamever}
|
||||||
|
%ifnarch ppc64 ppc64le
|
||||||
|
# long double not supported for this platform
|
||||||
%{_libdir}/libboost_math_tr1l.so.%{sonamever}
|
%{_libdir}/libboost_math_tr1l.so.%{sonamever}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files nowide
|
%files nowide
|
||||||
%license LICENSE_1_0.txt
|
%license LICENSE_1_0.txt
|
||||||
@ -1281,6 +1287,9 @@ fi
|
|||||||
%{_mandir}/man1/b2.1*
|
%{_mandir}/man1/b2.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 05 2021 Thomas Rodgers <trodgers@redhat.com> - 1.76.0-2
|
||||||
|
- Boost.Math does not support 'long double' of ppc64le
|
||||||
|
See https://github.com/boostorg/math/pull/524
|
||||||
* Wed Aug 04 2021 Thomas Rodgers <trodgers@redhat.com> - 1.76.0-1
|
* Wed Aug 04 2021 Thomas Rodgers <trodgers@redhat.com> - 1.76.0-1
|
||||||
- Rebase to 1.75.0
|
- Rebase to 1.75.0
|
||||||
See https://fedoraproject.org/wiki/Changes/F35Boost176
|
See https://fedoraproject.org/wiki/Changes/F35Boost176
|
||||||
|
Loading…
Reference in New Issue
Block a user