Skip to content

Commit 40081bb

Browse files
committed
feat: platform specific
1 parent e28e15b commit 40081bb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

debian/control

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Priority: extra
44
Maintainer: info <info@automodality.com>
55
Build-Depends: debhelper (>= 9.0.0),
66
libjsoncpp-dev,
7-
opencv (>= 3.3.1002-without-cuda),
7+
opencv [amd64](>= 3.3.1002-without-cuda),
8+
opencv [arm64](>= 3.3.1002-with-cuda),
89
pcl,
910
ros-melodic-am-perception-pcl,
1011
ros-melodic-am-control-toolbox,
@@ -34,7 +35,8 @@ Package: ros-melodic-am-utils
3435
Architecture: any
3536
Depends: ${shlibs:Depends}, ${misc:Depends},
3637
libjsoncpp-dev,
37-
opencv (>= 3.3.1002-with-cuda),
38+
opencv [amd64](>= 3.3.1002-without-cuda),
39+
opencv [arm64](>= 3.3.1002-with-cuda),
3840
pcl,
3941
ros-melodic-am-perception-pcl,
4042
ros-melodic-am-control-toolbox,

0 commit comments

Comments
 (0)