Browse Source

Update scipy to 1.7.3

shadchin 1 year ago
parent
commit
e9eae7b60f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/restricted/boost/math/include/boost/math/tools/config.hpp

+ 1 - 1
contrib/restricted/boost/math/include/boost/math/tools/config.hpp

@@ -224,7 +224,7 @@
 // Generic catch all case for gcc's "double-double" long double type.
 // We do not support this as it's not even remotely IEEE conforming:
 //
-#  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+//#  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
 #endif
 #if defined(unix) && defined(__INTEL_COMPILER) && (__INTEL_COMPILER <= 1000) && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS)
 //