From 72c6cd5d6d4d866a3fcd256413c78fcd1b4579d0 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 8 Nov 2021 11:08:59 +0800 Subject: science/py-scipy: Update to 1.7.1 PR: 259584 Reported by: wen@ Exp-run by: antoine@ --- .../files/patch-scipy___lib_boost_boost_math_tools_config.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 science/py-scipy/files/patch-scipy___lib_boost_boost_math_tools_config.hpp (limited to 'science/py-scipy/files') 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 + +-#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 -- cgit v1.2.3