$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2008-05-25 12:57:46
Author: johnmaddock
Date: 2008-05-25 12:57:45 EDT (Sun, 25 May 2008)
New Revision: 45746
URL: http://svn.boost.org/trac/boost/changeset/45746
Log:
Added include of testing rules, and install rules.
Text files modified:
trunk/libs/math/build/Jamfile.v2 | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/build/Jamfile.v2
==============================================================================
--- trunk/libs/math/build/Jamfile.v2 (original)
+++ trunk/libs/math/build/Jamfile.v2 2008-05-25 12:57:45 EDT (Sun, 25 May 2008)
@@ -3,6 +3,8 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt.
+import testing ;
+
C99_SOURCES = acosh
asinh
atanh
@@ -84,3 +86,5 @@
;
+boost-install boost_math_c99 boost_math_c99f boost_math_c99l boost_math_tr1 boost_math_tr1f boost_math_tr1l ;
+