Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83317 - trunk/libs/math/test
From: john_at_[hidden]
Date: 2013-03-05 13:34:56


Author: johnmaddock
Date: 2013-03-05 13:34:55 EST (Tue, 05 Mar 2013)
New Revision: 83317
URL: http://svn.boost.org/trac/boost/changeset/83317

Log:
Change to use Multiprecision lib rather than NTL for constants generation.
Text files modified:
   trunk/libs/math/test/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2 (original)
+++ trunk/libs/math/test/Jamfile.v2 2013-03-05 13:34:55 EST (Tue, 05 Mar 2013)
@@ -81,7 +81,7 @@
 run test_bernoulli.cpp ../../test/build//boost_unit_test_framework ;
 run test_constants.cpp ../../test/build//boost_unit_test_framework ;
 run test_print_info_on_type.cpp ;
-run test_constant_generate.cpp ntl : : : [ check-target-builds ../config//has_ntl_rr : : <build>no ] : test_constant_generate_ntl ;
+run test_constant_generate.cpp : : : release <define>USE_CPP_FLOAT=1 ;
 run test_bessel_j.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;
 run test_bessel_y.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;
 run test_bessel_i.cpp test_instances//test_instances pch_light ../../test/build//boost_unit_test_framework ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk