From 65b36067d52a774f4453294ed5a361a4e65255d4 Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Thu, 5 Aug 2021 18:41:56 -0700 Subject: [PATCH] Third attempt at making the long double c99 and tr1 math libs conditional on ppc64le --- boost.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 3d9cd41..eeb2715 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: 3%{?dist} +Release: 4%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -1173,10 +1173,14 @@ 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 @@ -1287,6 +1291,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Thu Aug 05 2021 Thomas Rodgers - 1.76.0-4 +- Third attempt at making the long double c99 and tr1 math libs conditional + on ppc64le * 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