From 63c09fbb2a890620cc0246824d872e150567f6d4 Mon Sep 17 00:00:00 2001 From: Debian Python Team Date: Thu, 19 Jan 2023 13:54:51 +0000 Subject: [PATCH] hppa-boost-long-double-config =================================================================== Gbp-Pq: Name hppa-boost-long-double-config.patch --- scipy/_lib/boost/boost/math/tools/config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2