Skip to content

Commit c5bf123

Browse files
author
Aaron Roller
committed
deploy: ignore lib deps for cuda AM-772/deploy_cuda
1 parent 7635ca9 commit c5bf123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ override_dh_shlibdeps:
4848
# in the install tree that was dropped by catkin, and source it. It will
4949
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
5050
if [ -f "/opt/ros/melodic/setup.sh" ]; then . "/opt/ros/melodic/setup.sh"; fi && \
51-
dh_shlibdeps -l$(CURDIR)/debian/ros-melodic-am-utils//opt/ros/melodic/lib/
51+
# ignore dependency checking since opencv4 comes with Nvidia NX
52+
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l$(CURDIR)/debian/ros-melodic-am-utils//opt/ros/melodic/lib/
5253

5354
override_dh_auto_install:
5455
# In case we're installing to a non-standard location, look for a setup.sh

0 commit comments

Comments
 (0)