forked from pool/boost
Accepting request 660152 from home:adamm:boost_test
- Update to version 1.69.0
Breaking Changes:
+ Logic: use explicit operator bool when available
+ Boost.Signals removed
New libraries:
* SafeNumerics: A library for guaranteed correct integer
arithmetic for C++14 and later
Updated libraries:
Any, Asio, Assign, Beast, CircularBuffer, ConceptCheck, Context,
Core, Dynamic Bisect, Fiber, Filesystem, Flyweight, Function,
Geometry, Integer, Iostreams, Iterator, LexicalCast, Log, Math,
Mp11, MultiArray, Multi-index Containers, Multiprecision,
PolyCollection, Pool, Preprocessor, Rational, Spirit,
Stacktrace, System, Test, TypeIndex, Utility, Variant, YAP
For complete changelog see
https://www.boost.org/users/history/version_1_69_0.html
- python_library_name.patch: updated to leave Boost.MPI python
names unchanged.
- dynamic_linking.patch: refreshed
- baselibs.conf: updated to 1.69.0
- cleanup spec file
* removed no-op conditionals
* appended -impl to all unversioned named Provides: to facilitate
introduction of boost-defaults. The defaults package will provide
upgrade path in Tumbleweed for -devel subpackages.
OBS-URL: https://build.opensuse.org/request/show/660152
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=224
This commit is contained in:
@@ -27,10 +27,10 @@ MPI module needs to reference correct python
|
||||
~ <library>boost_mpi_python
|
||||
~ <library>boost_mpi
|
||||
~ <library>/mpi//mpi [ mpi.extra-requirements ]
|
||||
Index: boost_1_68_0/libs/python/Jamfile
|
||||
Index: boost_1_69_0/libs/python/Jamfile
|
||||
===================================================================
|
||||
--- boost_1_68_0.orig/libs/python/Jamfile
|
||||
+++ boost_1_68_0/libs/python/Jamfile
|
||||
--- boost_1_69_0.orig/libs/python/Jamfile
|
||||
+++ boost_1_69_0/libs/python/Jamfile
|
||||
@@ -36,9 +36,10 @@ local rule split-version ( version )
|
||||
# For example, Boost.Python built for Python 2.7 uses the suffix "27"
|
||||
rule version-suffix ( version )
|
||||
@@ -45,3 +45,21 @@ Index: boost_1_68_0/libs/python/Jamfile
|
||||
}
|
||||
|
||||
|
||||
Index: boost_1_69_0/libs/mpi/build/Jamfile.v2
|
||||
===================================================================
|
||||
--- boost_1_69_0.orig/libs/mpi/build/Jamfile.v2
|
||||
+++ boost_1_69_0/libs/mpi/build/Jamfile.v2
|
||||
@@ -42,9 +42,10 @@ local rule split-version ( version )
|
||||
# For example, Boost.Python built for Python 2.7 uses the suffix "27"
|
||||
rule version-suffix ( version )
|
||||
{
|
||||
- local major-minor = [ split-version $(version) ] ;
|
||||
- local suffix = $(major-minor:J="") ;
|
||||
- return $(suffix) ;
|
||||
+ #local major-minor = [ split-version $(version) ] ;
|
||||
+ #local suffix = $(major-minor:J="") ;
|
||||
+ #return $(suffix) ;
|
||||
+ return "" ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user