[pkg-boost-commits] r14316 - in boost/branches/1.36.0/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Wed Nov 12 00:40:51 UTC 2008


Author: smr
Date: 2008-11-12 00:40:51 +0000 (Wed, 12 Nov 2008)
New Revision: 14316

Added:
   boost/branches/1.36.0/debian/patches/math_tools_config.patch
Modified:
   boost/branches/1.36.0/debian/changelog
   boost/branches/1.36.0/debian/patches/series
Log:
Add arm, armel, mips, mipsel to list that defines BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS.

Modified: boost/branches/1.36.0/debian/changelog
===================================================================
--- boost/branches/1.36.0/debian/changelog	2008-11-11 20:50:08 UTC (rev 14315)
+++ boost/branches/1.36.0/debian/changelog	2008-11-12 00:40:51 UTC (rev 14316)
@@ -4,7 +4,11 @@
     case since they do not have __sync functions
     (http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Atomic-Builtins.html).
   
- -- Steve M. Robbins <smr at debian.org>  Tue, 11 Nov 2008 13:50:55 -0600
+  * patches/math_tools_config.patch: New.  Define
+    BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS for arm, armel, mips, and
+    mipsel, as they all seem to have no log1pl() function.
+  
+ -- Steve M. Robbins <smr at debian.org>  Tue, 11 Nov 2008 14:59:07 -0600
 
 boost1.36 (1.36.0-3) unstable; urgency=low
 

Added: boost/branches/1.36.0/debian/patches/math_tools_config.patch
===================================================================
--- boost/branches/1.36.0/debian/patches/math_tools_config.patch	                        (rev 0)
+++ boost/branches/1.36.0/debian/patches/math_tools_config.patch	2008-11-12 00:40:51 UTC (rev 14316)
@@ -0,0 +1,11 @@
+--- boost1.36-1.36.0.orig/boost/math/tools/config.hpp
++++ boost1.36-1.36.0/boost/math/tools/config.hpp
+@@ -23,7 +23,7 @@
+ #include <boost/math/tools/user.hpp>
+ #include <boost/math/special_functions/detail/round_fwd.hpp>
+ 
+-#if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__hppa)
++#if defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__arm__) || defined(__armel__) || defined(__hppa) || defined(__mips__) || defined(__mipsel__)
+ #  define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
+ #endif
+ #if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))

Modified: boost/branches/1.36.0/debian/patches/series
===================================================================
--- boost/branches/1.36.0/debian/patches/series	2008-11-11 20:50:08 UTC (rev 14315)
+++ boost/branches/1.36.0/debian/patches/series	2008-11-12 00:40:51 UTC (rev 14316)
@@ -1,3 +1,4 @@
+math_tools_config.patch
 atomic_count.patch
 endian.patch
 avoid-PATH_MAX.patch




More information about the pkg-boost-commits mailing list