glim icon indicating copy to clipboard operation
glim copied to clipboard

Detials of Debain Package Release

Open qiayuanl opened this issue 8 months ago • 3 comments

Hi, both your code quality and software engineering are excellent! Thank you for the open source of this project.

I am curious about how you packaged the Debian package with different CUDA support.

I am currently using ros-deb-builder-action in my GitHub build farm: legged_buildfarm. It basically does bloom-generate and fakeroot debian/rules.

Do you have any advice for releasing a package with different CUDA versions and without CUDA?

qiayuanl avatar Jun 04 '25 02:06 qiayuanl

Because I only provide self-built binaries on our own PPA, I'm not sure about a good way to build Debian packages. In my case, I manually re-write configurations to support different CUDA versions (it's certainly a bad way). Please let me know if you figure out how to do it in a better way.

koide3 avatar Jun 09 '25 04:06 koide3

Can you share some script for your own PPA? It would be very helpful for me to know how you did it.

qiayuanl avatar Jun 11 '25 00:06 qiayuanl

Here you can find the scripts for generating deb files: https://github.com/koide3/ppa/tree/main/packages

koide3 avatar Jun 15 '25 01:06 koide3