Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 4, 2024
1 parent 48e4bc0 commit 655d438
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project /boost/multiprecision

explicit
[ alias boost_multiprecision : : : : <library>$(boost_dependencies) ]
[ alias all : boost_multiprecision test ]
[ alias all : boost_multiprecision test example performance ]
;

call-if : boost-library multiprecision
Expand Down
2 changes: 2 additions & 0 deletions example/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ local tommath_path = [ modules.peek : TOMMATH_PATH ] ;

project
: requirements
<library>/boost/multiprecision//boost_multiprecision

<include>$(gmp_path)
<include>$(gmp_path)/mpfr
<include>$(gmp_path)/gmpfrxx
Expand Down
3 changes: 2 additions & 1 deletion performance/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local mpfr_path = [ modules.peek : MPFR_PATH ] ;
local tommath_path = [ modules.peek : TOMMATH_PATH ] ;

project : requirements
<library>/boost/multiprecision//boost_multiprecision
<target-os>freebsd:<linkflags>"-lrt"
<target-os>linux:<linkflags>"-lrt"
<toolset>pgi:<linkflags>"-lrt"
Expand Down Expand Up @@ -268,6 +269,6 @@ test-suite performance_install :
[ install sf_performance_install : sf_performance : <location>. ]
[ 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 : <location>. ]
[ install voronoi_install : voronoi_performance : <location>. ]
# [ install voronoi_install : voronoi_performance : <location>. ]

;
1 change: 1 addition & 0 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ local tommath_path = [ modules.peek : TOMMATH_PATH ] ;
path-constant here : . ;

project : requirements
<library>/boost/multiprecision//boost_multiprecision
<include>.
<include>$(gmp_path)
<include>$(gmp_path)/mpfr
Expand Down

0 comments on commit 655d438

Please sign in to comment.