Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99ca659

Browse files
mocsharptbirdso
andauthoredOct 14, 2024··
Apply suggestions from code review
Co-authored-by: Tom Birdsong <40648863+tbirdso@users.noreply.github.com> Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
1 parent 51daaa6 commit 99ca659

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
 

‎applications/endoscopy_tool_tracking/cpp/package-app.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ if [ $(get_host_arch) == "aarch64" ]; then
3333
fi
3434

3535
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"
4038
sed -i 's|lib/gxf_extensions/||' "$APP_PATH/endoscopy_tool_tracking.yaml"
4139
echo -e "done\n"
4240

‎applications/endoscopy_tool_tracking/python/package-app.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ if [ $(get_host_arch) == "aarch64" ]; then
3333
fi
3434

3535
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"
4038
cp -R "$GIT_ROOT/install/python/lib/holohub" "$APP_PATH"
4139
sed -i 's|lib/gxf_extensions/||' "$APP_PATH/endoscopy_tool_tracking.yaml"
4240
echo -e "done\n"

0 commit comments

Comments
 (0)
Please sign in to comment.