forked from pool/boost
- update to 1.86.0
* process turned into compile library
* for details on all changes see,
https://www.boost.org/users/history/version_1_86_0.html
- boost-aarch64-flags.patch: updated
- boost-1.57.0-python-abi_letters.patch: updated
- boost-process.patch: removed (included upstream)
- boost-charconv-quadmath.patch: removed (improved upstream)
OBS-URL: https://build.opensuse.org/request/show/1197908
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=330
13 lines
460 B
Diff
13 lines
460 B
Diff
Index: libs/python/build/Jamfile
|
|
===================================================================
|
|
--- libs/python/build/Jamfile.orig
|
|
+++ libs/python/build/Jamfile
|
|
@@ -94,6 +94,7 @@ lib boost_python
|
|
<python-debugging>on:<define>BOOST_DEBUG_PYTHON
|
|
-<tag>@$(BOOST_JAMROOT_MODULE)%$(BOOST_JAMROOT_MODULE).tag
|
|
<tag>@python-tag
|
|
+ <cxxflags>-fno-strict-aliasing
|
|
<conditional>@python.require-py
|
|
|
|
: # default build
|