From: Debian Python Team Date: Sat, 6 Jan 2024 14:54:22 +0000 (+0000) Subject: hppa-boost-long-double-config X-Git-Tag: archive/raspbian/1.11.4-6+rpi1^2^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=324428fd24cb7d8786ee92bc48a8511efcf2441a;p=scipy.git hppa-boost-long-double-config Gbp-Pq: Name hppa-boost-long-double-config.patch --- diff --git a/submodules/scipy/_lib/boost/boost/math/tools/config.hpp b/submodules/scipy/_lib/boost/boost/math/tools/config.hpp index 30db8ea5..38bc1781 100644 --- a/submodules/scipy/_lib/boost/boost/math/tools/config.hpp +++ b/submodules/scipy/_lib/boost/boost/math/tools/config.hpp @@ -29,7 +29,8 @@ #include #if (defined(__NetBSD__) || defined(__EMSCRIPTEN__)\ - || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \ + || (defined(__hppa) && !defined(__OpenBSD__) && !defined(__linux__)) \ + || (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 #endif