From 1dbef09acb9b32a0a47167a691af6e25abb4f2ca Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 11 Aug 2024 09:23:25 -0500 Subject: [PATCH] Change math dep real target math/tr1. --- test/Jamfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/test/Jamfile b/test/Jamfile index 470827677..78a6bc132 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -122,7 +122,7 @@ test-suite numeric/uBLAS [ run test4.cpp test42.cpp test43.cpp - /boost/math//boost_math + /boost/math//boost_math_tr1 : : : $(UBLAS_TESTSET) ] @@ -175,30 +175,30 @@ test-suite numeric/uBLAS : : : msvc:on ] - [ run begin_end.cpp /boost/math//boost_math + [ run begin_end.cpp /boost/math//boost_math_tr1 ] - [ run num_columns.cpp /boost/math//boost_math + [ run num_columns.cpp /boost/math//boost_math_tr1 ] - [ run num_rows.cpp /boost/math//boost_math + [ run num_rows.cpp /boost/math//boost_math_tr1 ] - [ run size.cpp /boost/math//boost_math + [ run size.cpp /boost/math//boost_math_tr1 ] - [ run test_coordinate_matrix_sort.cpp /boost/math//boost_math + [ run test_coordinate_matrix_sort.cpp /boost/math//boost_math_tr1 ] - [ run test_coordinate_matrix_sort.cpp /boost/math//boost_math + [ run test_coordinate_matrix_sort.cpp /boost/math//boost_math_tr1 : : : BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT : test_coordinate_matrix_always_do_full_sort : ] - [ run test_complex_norms.cpp /boost/math//boost_math + [ run test_complex_norms.cpp /boost/math//boost_math_tr1 ] - [ run test_scaled_norm.cpp /boost/math//boost_math + [ run test_scaled_norm.cpp /boost/math//boost_math_tr1 : : : BOOST_UBLAS_SCALED_NORM ] - [ run test_assignment.cpp /boost/timer//boost_timer /boost/math//boost_math + [ run test_assignment.cpp /boost/timer//boost_timer /boost/math//boost_math_tr1 : : : BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT BOOST_TIMER_ENABLE_DEPRECATED @@ -208,21 +208,21 @@ test-suite numeric/uBLAS : : /boost/timer//boost_timer ] - [ run test_ticket7296.cpp /boost/math//boost_math + [ run test_ticket7296.cpp /boost/math//boost_math_tr1 : : : msvc:/wd4127 # The program checks that test facilities work fine. The warning appears many times. : : ] - [ run test_inplace_solve.cpp /boost/math//boost_math + [ run test_inplace_solve.cpp /boost/math//boost_math_tr1 : : : $(UBLAS_TESTSET) : test_inplace_solve_basic : ] - [ run test_inplace_solve.cpp /boost/math//boost_math + [ run test_inplace_solve.cpp /boost/math//boost_math_tr1 : : : $(UBLAS_TESTSET_SPARSE) @@ -230,30 +230,30 @@ test-suite numeric/uBLAS : test_inplace_solve_sparse : ] - [ run test_inplace_solve.cpp /boost/math//boost_math + [ run test_inplace_solve.cpp /boost/math//boost_math_tr1 : : : USE_MAPPED_VECTOR_OF_MAPPED_VECTOR : test_inplace_solve_mvov : ] - [ run test_coordinate_vector_inplace_merge.cpp /boost/math//boost_math + [ run test_coordinate_vector_inplace_merge.cpp /boost/math//boost_math_tr1 ] - [ run test_coordinate_matrix_inplace_merge.cpp /boost/math//boost_math + [ run test_coordinate_matrix_inplace_merge.cpp /boost/math//boost_math_tr1 ] - [ run test_banded_storage_layout.cpp /boost/math//boost_math + [ run test_banded_storage_layout.cpp /boost/math//boost_math_tr1 : : : : : ] - [ run test_fixed_containers.cpp /boost/math//boost_math + [ run test_fixed_containers.cpp /boost/math//boost_math_tr1 : : : ] - [ run test_matrix_vector.cpp /boost/math//boost_math + [ run test_matrix_vector.cpp /boost/math//boost_math_tr1 ] [ compile minimal_allocator_test.cpp ] ;