You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.1 KiB

Index: scipy-1.7.3/scipy/_lib/boost/boost/math/tools/promotion.hpp
--- scipy-1.7.3/scipy/_lib/boost/boost/math/tools/promotion.hpp.orig 2021-06-02 18:00:57.049771300 +0200
+++ scipy-1.7.3/scipy/_lib/boost/boost/math/tools/promotion.hpp 2021-10-23 10:19:28.330129000 +0200
@@ -140,13 +140,6 @@
>::type
>::type
>::type type;
-
-#ifdef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
- //
- // Guard against use of long double if it's not supported:
- //
- BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same<type, long double>::value), "Sorry, but this platform does not have sufficient long double support for the special functions to be reliably implemented.");
-#endif
};
//
Index: scipy-1.7.3/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp
--- scipy-1.7.3/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp.orig 2021-08-01 22:54:35.569044600 +0200
+++ scipy-1.7.3/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp 2021-10-20 23:59:54.594891000 +0200
@@ -41,6 +41,7 @@
*/
#include <cmath>
+#include <cstdint>
#include <vector>
#include <numeric>
#include <algorithm>