Init support for ppc64le
Signed-off-by: hefq343 <fengqing.he@shingroup.cn>
This commit is contained in:
parent
3dc5224fc5
commit
eee40c2b6e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
Version: 1.78.0
|
Version: 1.78.0
|
||||||
Release: 17
|
Release: 18
|
||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
License: Boost Software License 1.0
|
License: Boost Software License 1.0
|
||||||
URL: http://www.boost.org
|
URL: http://www.boost.org
|
||||||
@ -388,10 +388,14 @@ find libs -name example -exec cp {} boost-example --parents -r \;
|
|||||||
%license LICENSE_1_0.txt
|
%license LICENSE_1_0.txt
|
||||||
%{_libdir}/libboost_math_c99.so.%{version}
|
%{_libdir}/libboost_math_c99.so.%{version}
|
||||||
%{_libdir}/libboost_math_c99f.so.%{version}
|
%{_libdir}/libboost_math_c99f.so.%{version}
|
||||||
|
%ifnarch ppc64le
|
||||||
%{_libdir}/libboost_math_c99l.so.%{version}
|
%{_libdir}/libboost_math_c99l.so.%{version}
|
||||||
|
%endif
|
||||||
%{_libdir}/libboost_math_tr1.so.%{version}
|
%{_libdir}/libboost_math_tr1.so.%{version}
|
||||||
%{_libdir}/libboost_math_tr1f.so.%{version}
|
%{_libdir}/libboost_math_tr1f.so.%{version}
|
||||||
|
%ifnarch ppc64le
|
||||||
%{_libdir}/libboost_math_tr1l.so.%{version}
|
%{_libdir}/libboost_math_tr1l.so.%{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%files nowide
|
%files nowide
|
||||||
%license LICENSE_1_0.txt
|
%license LICENSE_1_0.txt
|
||||||
@ -461,6 +465,9 @@ find libs -name example -exec cp {} boost-example --parents -r \;
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 14 2023 laokz <zhangkai@iscas.ac.cn> - 1.78.0-17
|
||||||
- add -latomic flag to lockfree tests for riscv64
|
- add -latomic flag to lockfree tests for riscv64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user