Init support for ppc64le
This commit is contained in:
parent
6708c7defd
commit
9702ed2cbc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
Version: 1.81.0
|
Version: 1.81.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
License: BSL-1.0
|
License: BSL-1.0
|
||||||
URL: http://www.boost.org
|
URL: http://www.boost.org
|
||||||
@ -369,10 +369,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
|
||||||
@ -446,6 +450,9 @@ find libs -name example -exec cp {} boost-example --parents -r \;
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 27 2023 jiahua.yu <jiahua.yu@shingroup.cn> - 1.81.0-3
|
||||||
|
- Init support for ppc64le
|
||||||
|
|
||||||
* Mon Sep 04 2023 Darssin <2020303249@mail.nwpu.edu.cn> - 1.81.0-2
|
* Mon Sep 04 2023 Darssin <2020303249@mail.nwpu.edu.cn> - 1.81.0-2
|
||||||
- Avoid boost::phoenix::placeholders::uarg1..10 ODR violations
|
- Avoid boost::phoenix::placeholders::uarg1..10 ODR violations
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user