diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-11-08 11:08:59 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-11-08 11:08:59 +0800 |
commit | 72c6cd5d6d4d866a3fcd256413c78fcd1b4579d0 (patch) | |
tree | f4b53db6fb29f58c7575638da625a21c9951a9e9 /science/py-scipy/files | |
parent | devel/fatal: Update to 2021.11.01.00 (diff) |
science/py-scipy: Update to 1.7.1
PR: 259584
Reported by: wen@
Exp-run by: antoine@
Diffstat (limited to 'science/py-scipy/files')
-rw-r--r-- | science/py-scipy/files/patch-scipy___lib_boost_boost_math_tools_config.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/py-scipy/files/patch-scipy___lib_boost_boost_math_tools_config.hpp b/science/py-scipy/files/patch-scipy___lib_boost_boost_math_tools_config.hpp new file mode 100644 index 000000000000..bd4ded6a7460 --- /dev/null +++ b/science/py-scipy/files/patch-scipy___lib_boost_boost_math_tools_config.hpp @@ -0,0 +1,11 @@ +--- scipy/_lib/boost/boost/math/tools/config.hpp.orig 2021-11-01 02:28:55 UTC ++++ scipy/_lib/boost/boost/math/tools/config.hpp +@@ -28,7 +28,7 @@ + + #include <boost/math/tools/user.hpp> + +-#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\ ++#if (defined(__CYGWIN__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\ + || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \ + && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) + # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS |