!135 Init support for ppc64le

From: @hefq343 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2024-06-18 03:12:07 +00:00 committed by Gitee
commit 6ae0473b89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: boost
Version: 1.78.0
Release: 17
Release: 18
Summary: The free peer-reviewed portable C++ source libraries
License: Boost Software License 1.0
URL: http://www.boost.org
@ -388,10 +388,14 @@ find libs -name example -exec cp {} boost-example --parents -r \;
%license LICENSE_1_0.txt
%{_libdir}/libboost_math_c99.so.%{version}
%{_libdir}/libboost_math_c99f.so.%{version}
%ifnarch ppc64le
%{_libdir}/libboost_math_c99l.so.%{version}
%endif
%{_libdir}/libboost_math_tr1.so.%{version}
%{_libdir}/libboost_math_tr1f.so.%{version}
%ifnarch ppc64le
%{_libdir}/libboost_math_tr1l.so.%{version}
%endif
%files nowide
%license LICENSE_1_0.txt
@ -461,6 +465,9 @@ find libs -name example -exec cp {} boost-example --parents -r \;
%{_libdir}/*.a
%changelog
* Tue Jun 18 2024 hefq343 <fengqing.he@shingroup.cn> - 1.78.0-18
- Init support for ppc64le
* Mon Aug 14 2023 laokz <zhangkai@iscas.ac.cn> - 1.78.0-17
- add -latomic flag to lockfree tests for riscv64