diff --git a/build.jam b/build.jam index b5c53a966..d0452fbdf 100644 --- a/build.jam +++ b/build.jam @@ -23,7 +23,7 @@ project /boost/multiprecision explicit [ alias boost_multiprecision : : : : $(boost_dependencies) ] - [ alias all : boost_multiprecision test ] + [ alias all : boost_multiprecision test example performance ] ; call-if : boost-library multiprecision diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 30777085b..711279fed 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -22,6 +22,8 @@ local tommath_path = [ modules.peek : TOMMATH_PATH ] ; project : requirements + /boost/multiprecision//boost_multiprecision + $(gmp_path) $(gmp_path)/mpfr $(gmp_path)/gmpfrxx diff --git a/performance/Jamfile.v2 b/performance/Jamfile.v2 index 919e7da81..65c5efe57 100644 --- a/performance/Jamfile.v2 +++ b/performance/Jamfile.v2 @@ -14,6 +14,7 @@ local mpfr_path = [ modules.peek : MPFR_PATH ] ; local tommath_path = [ modules.peek : TOMMATH_PATH ] ; project : requirements + /boost/multiprecision//boost_multiprecision freebsd:"-lrt" linux:"-lrt" pgi:"-lrt" @@ -268,6 +269,6 @@ test-suite performance_install : [ install sf_performance_install : sf_performance : . ] [ install . : linpack_benchmark_double linpack_benchmark_cpp_float linpack_benchmark_mpf linpack_benchmark_mpfr linpack_benchmark_native_float128 linpack_benchmark_float128 linpack_benchmark_cpp_quad_float linpack_benchmark_cpp_oct_float ] [ install delaunay_install : delaunay_test : . ] -[ install voronoi_install : voronoi_performance : . ] +# [ install voronoi_install : voronoi_performance : . ] ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 90b95ec0b..3aae8cffd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -44,6 +44,7 @@ local tommath_path = [ modules.peek : TOMMATH_PATH ] ; path-constant here : . ; project : requirements + /boost/multiprecision//boost_multiprecision . $(gmp_path) $(gmp_path)/mpfr