Accepting request 431312 from home:adamm:branches:devel:libraries:c_c++
If accepting, don't forward to factory. Some more changes pending. Plus we can see what breaks in the devel project first. - update to version 1.62.0 * new library: fiber: framework for userland-threads/fibers * new library: QVM: library for working with quaternions, vectors and matrices of static size * see http://www.boost.org/users/history/version_1_62_0.html for complete changelog - remove boost-fix_include_config.patch - upstreamed - gcc_path.patch - fix GCC search paths (bnc#996917) Boost assumes /usr/include/c++/x.y.z/ existence for GCC 4.x onward while our version of GCC only has /usr/include/c++/x.y for 4.x GCC and /usr/include/c++/x/ for 5.x onward. - migrate to using %bcond_ instead of hardcoding macros for different Boost features - better way to limit max number of compilation units than by reading /proc/meminfo and guesstimating. OBS-URL: https://build.opensuse.org/request/show/431312 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=175
This commit is contained in:
committed by
Git OBS Bridge
parent
dbc528b165
commit
fd1ad15b68
@@ -1,24 +1,25 @@
|
||||
boost_1_61-devel
|
||||
boost_1_62-devel
|
||||
requires -boost-<targettype>
|
||||
libboost_atomic1_61_0
|
||||
libboost_container1_61_0
|
||||
libboost_context1_61_0
|
||||
libboost_coroutine1_61_0
|
||||
libboost_date_time1_61_0
|
||||
libboost_filesystem1_61_0
|
||||
libboost_graph1_61_0
|
||||
libboost_graph_parallel1_61_0
|
||||
libboost_iostreams1_61_0
|
||||
libboost_math1_61_0
|
||||
libboost_mpi1_61_0
|
||||
libboost_test1_61_0
|
||||
libboost_program_options1_61_0
|
||||
libboost_python1_61_0
|
||||
libboost_random1_61_0
|
||||
libboost_serialization1_61_0
|
||||
libboost_signals1_61_0
|
||||
libboost_system1_61_0
|
||||
libboost_thread1_61_0
|
||||
libboost_type_erasure1_61_0
|
||||
libboost_wave1_61_0
|
||||
libboost_regex1_61_0
|
||||
libboost_atomic1_62_0
|
||||
libboost_container1_62_0
|
||||
libboost_context1_62_0
|
||||
libboost_coroutine1_62_0
|
||||
libboost_date_time1_62_0
|
||||
libboost_fiber1_62_0
|
||||
libboost_filesystem1_62_0
|
||||
libboost_graph1_62_0
|
||||
libboost_graph_parallel1_62_0
|
||||
libboost_iostreams1_62_0
|
||||
libboost_math1_62_0
|
||||
libboost_mpi1_62_0
|
||||
libboost_test1_62_0
|
||||
libboost_program_options1_62_0
|
||||
libboost_python1_62_0
|
||||
libboost_random1_62_0
|
||||
libboost_serialization1_62_0
|
||||
libboost_signals1_62_0
|
||||
libboost_system1_62_0
|
||||
libboost_thread1_62_0
|
||||
libboost_type_erasure1_62_0
|
||||
libboost_wave1_62_0
|
||||
libboost_regex1_62_0
|
||||
|
Reference in New Issue
Block a user