$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: juergen.hunold_at_[hidden]
Date: 2008-05-22 15:53:36
Author: jhunold
Date: 2008-05-22 15:53:35 EDT (Thu, 22 May 2008)
New Revision: 45665
URL: http://svn.boost.org/trac/boost/changeset/45665
Log:
Revert parts of r45645 due to missing "has_long_double_support.cpp"
Text files modified:
trunk/libs/math/build/Jamfile.v2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/libs/math/build/Jamfile.v2
==============================================================================
--- trunk/libs/math/build/Jamfile.v2 (original)
+++ trunk/libs/math/build/Jamfile.v2 2008-05-22 15:53:35 EDT (Thu, 22 May 2008)
@@ -49,7 +49,7 @@
sph_neumann
;
-compile has_long_double_support.cpp ;
+#compile has_long_double_support.cpp ;
lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp
:
@@ -64,7 +64,7 @@
lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp
:
<link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1
- <dependency>has_long_double_support
+ #<dependency>has_long_double_support
;
lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp
@@ -80,6 +80,6 @@
lib boost_math_c99l : ../src/tr1/$(C99_SOURCES)l.cpp
:
<link>shared:<define>BOOST_MATH_TR1_DYN_LINK=1
- <dependency>has_long_double_support
+ #<dependency>has_long_double_support
;