aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/math/patches/fix-build-scipy-on-powerpc.patch
blob: 980a64e4599e52b7f0f8b19ddb98c7d0df08a163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/restricted/boost/math/include/boost/math/tools/config.hpp	(index)
+++ contrib/restricted/boost/math/include/boost/math/tools/config.hpp	(working tree)
@@ -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)
 //