File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments