Restore math_c99l and math_tr1l on ppc64le

This commit is contained in:
Laurent Rineau 2022-02-01 16:44:57 +01:00
parent 6502666126
commit 0e92f1aa2e
1 changed files with 3 additions and 12 deletions

View File

@ -1074,16 +1074,10 @@ fi
%license LICENSE_1_0.txt
%{_libdir}/libboost_math_c99.so.%{sonamever}
%{_libdir}/libboost_math_c99f.so.%{sonamever}
%ifnarch ppc64 ppc64le
# long double not supported for this platform
%{_libdir}/libboost_math_c99l.so.%{sonamever}
%endif
%{_libdir}/libboost_math_c99l.so.%{sonamever}
%{_libdir}/libboost_math_tr1.so.%{sonamever}
%{_libdir}/libboost_math_tr1f.so.%{sonamever}
%ifnarch ppc64 ppc64le
# long double not supported for this platform
%{_libdir}/libboost_math_tr1l.so.%{sonamever}
%endif
%{_libdir}/libboost_math_tr1l.so.%{sonamever}
%files nowide
%license LICENSE_1_0.txt
@ -1183,14 +1177,10 @@ fi
%{_libdir}/libboost_log_setup.so
%{_libdir}/libboost_math_tr1.so
%{_libdir}/libboost_math_tr1f.so
%ifnarch ppc64 ppc64le
%{_libdir}/libboost_math_tr1l.so
%endif
%{_libdir}/libboost_math_c99.so
%{_libdir}/libboost_math_c99f.so
%ifnarch ppc64 ppc64le
%{_libdir}/libboost_math_c99l.so
%endif
%{_libdir}/libboost_nowide.so
%if %{with python3}
%{_libdir}/libboost_numpy%{python3_version_nodots}.so
@ -1304,6 +1294,7 @@ fi
* Tue Feb 1 2022 Laurent Rineau <laurent.rineau@cgal.org> - 1.76.0-8
- Add patch to fix Boost Multiprecision on ppc64le
https://github.com/boostorg/multiprecision/issues/419
- Acknowledge the change of the ABI of ppc64le with long double.
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.76.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild