This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 99ca659 and authored Oct 14, 2024 · 2 / 2 · Verified
1 parent 51daaa6 commit 99ca659 Copy full SHA for 99ca659
File tree 2 files changed +4
-8
lines changed
applications/endoscopy_tool_tracking
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ if [ $(get_host_arch) == "aarch64" ]; then
33
33
fi
34
34
35
35
echo -e " Copying the required files to the application directory..."
36
- cp -R " $GIT_ROOT /install/lib/liblstm_tensor_rt_inference.so" " $APP_PATH "
37
- cp " $GIT_ROOT /install/lib/libtool_tracking_postprocessor.so" " $APP_PATH "
38
- cp " $GIT_ROOT /install/lib/gxf_extensions/libgxf_lstm_tensor_rt_inference_lib.so" " $APP_PATH "
39
- cp " $GIT_ROOT /install/lib/gxf_extensions/libgxf_lstm_tensor_rt_inference.so" " $APP_PATH "
36
+ cp " $GIT_ROOT /install/lib/*" " $APP_PATH "
37
+ cp " $GIT_ROOT /install/lib/gxf_extensions/*" " $APP_PATH "
40
38
sed -i ' s|lib/gxf_extensions/||' " $APP_PATH /endoscopy_tool_tracking.yaml"
41
39
echo -e " done\n"
42
40
Original file line number Diff line number Diff line change @@ -33,10 +33,8 @@ if [ $(get_host_arch) == "aarch64" ]; then
33
33
fi
34
34
35
35
echo -e " Copying the required files to the application directory..."
36
- cp -R " $GIT_ROOT /install/lib/liblstm_tensor_rt_inference.so" " $APP_PATH "
37
- cp " $GIT_ROOT /install/lib/libtool_tracking_postprocessor.so" " $APP_PATH "
38
- cp " $GIT_ROOT /install/lib/gxf_extensions/libgxf_lstm_tensor_rt_inference_lib.so" " $APP_PATH "
39
- cp " $GIT_ROOT /install/lib/gxf_extensions/libgxf_lstm_tensor_rt_inference.so" " $APP_PATH "
36
+ cp " $GIT_ROOT /install/lib/*" " $APP_PATH "
37
+ cp " $GIT_ROOT /install/lib/gxf_extensions/*" " $APP_PATH "
40
38
cp -R " $GIT_ROOT /install/python/lib/holohub" " $APP_PATH "
41
39
sed -i ' s|lib/gxf_extensions/||' " $APP_PATH /endoscopy_tool_tracking.yaml"
42
40
echo -e " done\n"
You can’t perform that action at this time.
0 commit comments