Lidar_AI_Solution icon indicating copy to clipboard operation
Lidar_AI_Solution copied to clipboard

Static version of `spconv` library?

Open josh-wende opened this issue 10 months ago • 3 comments

I am trying to integrate this solution into an existing repository, which already depends on libprotobuf.so.23. This is giving me a lot of trouble, because libspconv.so is linked to libprotobuf.so.17. As such, whenever these two parts of my code touch, the duplicate symbol names collide and everything crashes. If Nvidia could provide either a) a static version of libspconv.so or b) a version of libspconv.so linked against newer versions of protobuf, it would make all of this so much easier, and would be much appreciated. Is there any chance of this happening?

josh-wende avatar Apr 01 '24 20:04 josh-wende

I have updated the new libspconv.so which will be decoupled from libprotobuf. Please look at it here.

hopef avatar Jun 25 '24 09:06 hopef

I have updated the new libspconv.so which will be decoupled from libprotobuf. Please look at it here.

I have observed that in the protobuf-decoupled implementation of spconv, some header files have changed compared to the previous version. How should I use the new spconv? Are there any usage references?

windzu avatar Aug 06 '24 09:08 windzu

I have updated the new libspconv.so which will be decoupled from libprotobuf. Please look at it here.

I have observed that in the protobuf-decoupled implementation of spconv, some header files have changed compared to the previous version. How should I use the new spconv? Are there any usage references?

@hopef Hello, is there any new progress on this issue?

windzu avatar Aug 27 '24 10:08 windzu