Skip to content

Bug in build script for python - There is no TENSORRT_LIBPATH variable it should TENSORRT_BUILDDIR #4083

@jlewi

Description

@jlewi

Description

I think there is a bug in the build script for the python module.
It is defining a variable TENSORRT_LIBPATH

-DTENSORRT_LIBPATH=${TRT_LIBPATH}

That variable doesn't appear to be used anywhere in the repository or the CMakefile.
Should it be TENSORRT_BUILD which is referenced here in the CMakeLists.txt and used to set the linking directories

link_directories(${TENSORRT_BUILD})

Metadata

Metadata

Assignees

Labels

Module:OSS BuildBuilding issues: cmake, make, pip install, etc.triagedIssue has been triaged by maintainers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions