forked from pool/boost
Accepting request 252660 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update documentation tarball (source was changed) - Fix aarch64 build OBS-URL: https://build.opensuse.org/request/show/252660 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=136
This commit is contained in:
parent
c7d1bcbeab
commit
cfab8e8d45
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 12:45:11 UTC 2014 - dmitry_r@opensuse.org
|
||||
|
||||
- Update documentation tarball (source was changed)
|
||||
- Fix aarch64 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 15:06:49 UTC 2014 - dmitry_r@opensuse.org
|
||||
|
||||
|
10
boost.spec
10
boost.spec
@ -55,10 +55,12 @@
|
||||
%define boost_libs4 libboost_signals%{lib_appendix} libboost_system%{lib_appendix} libboost_thread%{lib_appendix}
|
||||
%define boost_libs5 libboost_wave%{lib_appendix} libboost_regex%{lib_appendix} libboost_regex%{lib_appendix}
|
||||
%define boost_libs6 libboost_random%{lib_appendix} libboost_chrono%{lib_appendix} libboost_locale%{lib_appendix}
|
||||
%define boost_libs7 libboost_timer%{lib_appendix} libboost_atomic%{lib_appendix} libboost_log%{lib_appendix}
|
||||
%define boost_libs8 libboost_container%{lib_appendix} libboost_coroutine%{lib_appendix}
|
||||
%define boost_libs7 libboost_timer%{lib_appendix} libboost_atomic%{lib_appendix} libboost_log%{lib_appendix} libboost_container%{lib_appendix}
|
||||
%if %build_context
|
||||
%define boost_libs_context libboost_context%{lib_appendix} libboost_coroutine%{lib_appendix}
|
||||
%endif
|
||||
|
||||
%define most_libs %boost_libs1 %boost_libs2 %boost_libs3 %boost_libs4 %boost_libs5 %boost_libs6 %boost_libs7 %boost_libs8
|
||||
%define most_libs %boost_libs1 %boost_libs2 %boost_libs3 %boost_libs4 %boost_libs5 %boost_libs6 %boost_libs7 %{?boost_libs_context}
|
||||
|
||||
%if %build_mpi
|
||||
%define all_libs %{most_libs} libboost_graph_parallel%lib_appendix libboost_mpi%{lib_appendix}
|
||||
@ -636,11 +638,11 @@ rm -f %{buildroot}%{_libdir}/*.a
|
||||
%files -n libboost_context%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_context*.so.*
|
||||
%endif
|
||||
|
||||
%files -n libboost_coroutine%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
%{_libdir}/libboost_coroutine*.so.*
|
||||
%endif
|
||||
|
||||
%files -n libboost_date_time%{lib_appendix}
|
||||
%defattr(-, root, root, -)
|
||||
|
BIN
boost_1_56_pdf.tar.bz2
(Stored with Git LFS)
BIN
boost_1_56_pdf.tar.bz2
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user