Gpufit icon indicating copy to clipboard operation
Gpufit copied to clipboard

Linux create_package.sh script

Open ironictoo opened this issue 4 years ago • 5 comments

I converted the create_package script to bash, and added a few things needed for a linux package (create a .deb package, grab the appropriate linux libraries, etc).

It works on my system (Ubuntu 20.04.2 LTS) but I haven't done testing on other systems. I am willing to help with linux specific updates to cmake as well if you are interested (I had to make edits to get it to build on my system).

ironictoo avatar Aug 03 '21 18:08 ironictoo

Sure, you could insert the linux specific updates to cmake in your linux_build branch, or have you already?

jkfindeisen avatar Aug 06 '21 18:08 jkfindeisen

I'll add the cmake edits to the branch on Monday

ironictoo avatar Aug 08 '21 15:08 ironictoo

I've updated my branch with all the linux specific edits I have. The main thing is CUBLAS linking from the main CMakeFile, but I also added two convenience scripts. One just runs the pip command to install the python wheel file, and the other runs all the boosts tests to make sure everything is working after build.

ironictoo avatar Aug 10 '21 18:08 ironictoo

Thanks. I'll test it here.

jkfindeisen avatar Aug 23 '21 09:08 jkfindeisen

In a few days there will be a new release. The Linux package script won't be part of it, but afterwards I'll look a bit more at it. If you want to run "all the boosts tests to make sure everything is working after build." just do "make test". It runs the tests automatically. I have again a Linux computer with all needed libraries here now, so I can test this PR.

jkfindeisen avatar Aug 31 '21 10:08 jkfindeisen

These changes were included in #94 so I'm going to close this.

ironictoo avatar Oct 18 '22 15:10 ironictoo