package/boost: anotate patches

* add changelog and Signed-off-by to patches
* use correct name for patch 0002

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Michael Nosthoff 2021-09-12 17:36:30 +02:00 committed by Yann E. MORIN
parent c90776302c
commit 08f935ac45
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,11 @@ Date: Wed, 1 Sep 2021 18:54:54 +0100
Subject: [PATCH] Allow definition of BOOST_MATH_NO_ATOMIC_INT on the command Subject: [PATCH] Allow definition of BOOST_MATH_NO_ATOMIC_INT on the command
line. Allows us to test/emulate platforms with no atomic integers. line. Allows us to test/emulate platforms with no atomic integers.
[buildroot@heine.tech:
- backport from boostorg/math 32bd6197353f6ea8e5bef01f09e25c944141acfc
- alter path to match boost release
]
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
--- ---
boost/math/tools/atomic.hpp | 10 +++++----- boost/math/tools/atomic.hpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-) 1 file changed, 5 insertions(+), 5 deletions(-)

View File

@ -6,6 +6,11 @@ Subject: [PATCH] Make no atomics a soft failure in bernoulli_details.hpp.
bernoulli features are to be used in a no-atomics environment. Fixes bernoulli features are to be used in a no-atomics environment. Fixes
https://github.com/boostorg/math/issues/673. https://github.com/boostorg/math/issues/673.
[buildroot@heine.tech:
- backport from boostorg/math 7d482f6ebc356e6ec455ccb5f51a23971bf6ce5b
- alter path to match boost release
]
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
--- ---
.../detail/bernoulli_details.hpp | 10 +++++++--- .../detail/bernoulli_details.hpp | 10 +++++++---
libs/math/test/Jamfile.v2 | 3 +++ libs/math/test/Jamfile.v2 | 3 +++