2 changed files with 74 additions and 15 deletions
@ -1,11 +1,28 @@
|
||||
Index: scipy-1.6.3/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp
|
||||
--- scipy-1.6.3/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp.orig 2021-10-08 22:22:00.736361000 +0200
|
||||
+++ scipy-1.6.3/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp 2021-10-08 22:22:31.488808000 +0200
|
||||
Index: scipy-1.7.1/scipy/_lib/boost/boost/math/tools/promotion.hpp
|
||||
--- scipy-1.7.1/scipy/_lib/boost/boost/math/tools/promotion.hpp.orig 2021-06-02 18:00:57.049771300 +0200
|
||||
+++ scipy-1.7.1/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.1/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp
|
||||
--- scipy-1.7.1/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp.orig 2021-08-01 22:54:35.569044600 +0200
|
||||
+++ scipy-1.7.1/scipy/optimize/rectangular_lsap/rectangular_lsap.cpp 2021-10-20 23:59:54.594891000 +0200
|
||||
@@ -41,6 +41,7 @@
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
+#include <cstdint>
|
||||
#include <cmath>
|
||||
#include "rectangular_lsap.h"
|
||||
+#include <cstdint>
|
||||
#include <vector>
|
||||
#include <numeric>
|
||||
#include <algorithm>
|
||||
|
Loading…
Reference in new issue