mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-03 13:57:48 +00:00
python3-tensorrt: add tensorrt-core and tensorrt-plugins in the dependency list
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
This commit is contained in:
committed by
Matt Madison
parent
0214d5069e
commit
c1dd9fbdfd
@@ -3,7 +3,7 @@ HOMEPAGE = "http://developer.nvidia.com/tensorrt"
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://python/packaging/LICENSE.txt;md5=c291e0a531e08d4914e269730ba2f70d"
|
||||
|
||||
DEPENDS = "python3-pybind11 tensorrt"
|
||||
DEPENDS = "python3-pybind11 tensorrt-core tensorrt-plugins"
|
||||
|
||||
inherit setuptools3 cmake cuda
|
||||
|
||||
|
||||
Reference in New Issue
Block a user