From: Debian Python Team Date: Thu, 8 Sep 2022 14:01:54 +0000 (+0100) Subject: hppa-boost-long-double-config X-Git-Tag: archive/raspbian/1.8.1-20+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2f39a78112130212c3123f9ebb2ab8c33ca63cfd;p=scipy.git hppa-boost-long-double-config =================================================================== Gbp-Pq: Name hppa-boost-long-double-config.patch --- diff --git a/scipy/_lib/boost/boost/math/tools/config.hpp b/scipy/_lib/boost/boost/math/tools/config.hpp index 60c7e75a..1023b0da 100644 --- a/scipy/_lib/boost/boost/math/tools/config.hpp +++ b/scipy/_lib/boost/boost/math/tools/config.hpp @@ -29,7 +29,8 @@ #include #if (defined(__CYGWIN__) || defined(__FreeBSD__) || 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