Skip to content

Commit e73a1c5

Browse files
committed
Merge branch 'release' into release-5.4
2 parents 0dd02ac + a6922cf commit e73a1c5

10 files changed

Lines changed: 6 additions & 1661 deletions

File tree

Modules/ThirdParty/VNL/UpdateFromUpstream.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extract_source () {
2828
git_archive
2929
pushd "${extractdir}/${name}-reduced"
3030
rm v3p/netlib/triangle*
31+
rm -rf v3p/netlib/toms
3132
rm v3p/netlib/examples/showme.c
3233
echo "* -whitespace" > .gitattributes
3334
popd

Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if(NETLIB_FOUND)
7474
vnl_brent_minimizer.cxx vnl_brent_minimizer.h
7575

7676
# equation solvers
77-
vnl_rpoly_roots.cxx vnl_rpoly_roots.h
77+
# vnl_rpoly_roots.cxx vnl_rpoly_roots.h Remove for ACM Copyright
7878
vnl_cpoly_roots.cxx vnl_cpoly_roots.h
7979
vnl_rnpoly_solve.cxx vnl_rnpoly_solve.h
8080
vnl_fit_parabola.h

Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(NETLIB_FOUND)
3636
test_rank.cxx
3737
test_real_eigensystem.cxx
3838
test_rnpoly_roots.cxx
39-
test_rpoly_roots.cxx
39+
# test_rpoly_roots.cxx Remove due to ACM Copyright
4040
test_sparse_matrix.cxx
4141
test_svd.cxx
4242
test_svd_fixed.cxx
@@ -74,7 +74,7 @@ if(NETLIB_FOUND)
7474
add_test( NAME vnl_algo_test_rank COMMAND vnl_algo_test_all test_rank )
7575
add_test( NAME vnl_algo_test_real_eigensystem COMMAND vnl_algo_test_all test_real_eigensystem )
7676
add_test( NAME vnl_algo_test_rnpoly_roots COMMAND vnl_algo_test_all test_rnpoly_roots )
77-
add_test( NAME vnl_algo_test_rpoly_roots COMMAND vnl_algo_test_all test_rpoly_roots )
77+
# add_test( NAME vnl_algo_test_rpoly_roots COMMAND vnl_algo_test_all test_rpoly_roots )
7878
add_test( NAME vnl_algo_test_integral COMMAND vnl_algo_test_all test_integral )
7979
add_test( NAME vnl_algo_test_solve_qp COMMAND vnl_algo_test_all test_solve_qp )
8080
add_test( NAME vnl_algo_test_sparse_lu COMMAND vnl_algo_test_all test_sparse_lu )

Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/test_driver.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ register_tests()
6161
REGISTER(test_real_eigensystem);
6262
REGISTER(test_integral);
6363
REGISTER(test_rnpoly_roots);
64-
REGISTER(test_rpoly_roots);
64+
// REGISTER(test_rpoly_roots);
6565
REGISTER(test_sparse_matrix);
6666
REGISTER(test_svd);
6767
REGISTER(test_svd_fixed);

Modules/ThirdParty/VNL/src/vxl/v3p/netlib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ set(v3p_netlib_sources
407407
${V3P_NETLIB_minpack_SOURCES}
408408
${V3P_NETLIB_opt_SOURCES}
409409
${V3P_NETLIB_linalg_SOURCES}
410-
${V3P_NETLIB_toms_SOURCES}
411410
${V3P_NETLIB_datapac_SOURCES}
412411
${V3P_NETLIB_mathews_SOURCES}
413412
${V3P_NETLIB_sparse_SOURCES}

Modules/ThirdParty/VNL/src/vxl/v3p/netlib/toms/rpoly.P

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)