Skip to content

Commit

Permalink
Change math dep real target math/tr1.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 11, 2024
1 parent b509425 commit 1dbef09
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ test-suite numeric/uBLAS
[ run test4.cpp
test42.cpp
test43.cpp
/boost/math//boost_math
/boost/math//boost_math_tr1
: : :
<define>$(UBLAS_TESTSET)
]
Expand Down Expand Up @@ -175,30 +175,30 @@ test-suite numeric/uBLAS
: : :
<toolset>msvc:<asynch-exceptions>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
:
:
: <define>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
: : :
<define>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
: : :
<define>BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT
<define>BOOST_TIMER_ENABLE_DEPRECATED
Expand All @@ -208,52 +208,52 @@ test-suite numeric/uBLAS
:
: <library>/boost/timer//boost_timer
]
[ run test_ticket7296.cpp /boost/math//boost_math
[ run test_ticket7296.cpp /boost/math//boost_math_tr1
:
:
: <toolset>msvc:<cxxflags>/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
:
:
: <define>$(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
:
:
: <define>$(UBLAS_TESTSET_SPARSE)
<define>$(UBLAS_TESTSET_SPARSE_COO)
: test_inplace_solve_sparse
:
]
[ run test_inplace_solve.cpp /boost/math//boost_math
[ run test_inplace_solve.cpp /boost/math//boost_math_tr1
:
:
: <define>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 ]
;
Expand Down

0 comments on commit 1dbef09

Please sign in to comment.