From 03817f73cbf5fce489a3ddab76d729634ce52a7b Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Thu, 5 Aug 2021 14:48:33 -0700 Subject: [PATCH] Second attempt at making the long double c99 and tr1 math libs conditional on ppc64le --- boost.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/boost.spec b/boost.spec index 06d011f..3d9cd41 100644 --- a/boost.spec +++ b/boost.spec @@ -42,7 +42,7 @@ Name: boost %global real_name boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.76.0 -Release: 1%{?dist} +Release: 3%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -1065,14 +1065,14 @@ fi %{_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} + # long double not supported for this platform + %{_libdir}/libboost_math_c99l.so.%{sonamever} %endif %{_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} + # long double not supported for this platform + %{_libdir}/libboost_math_tr1l.so.%{sonamever} %endif %files nowide @@ -1287,6 +1287,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Thu Aug 05 2021 Thomas Rodgers - 1.76.0-3 +- Second attempt at making the long double c99 and tr1 math libs conditional + on ppc64le * Thu Aug 05 2021 Thomas Rodgers - 1.76.0-2 - Boost.Math does not support 'long double' of ppc64le See https://github.com/boostorg/math/pull/524