-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux create_package.sh script #93
Conversation
Sure, you could insert the linux specific updates to cmake in your linux_build branch, or have you already? |
I'll add the cmake edits to the branch on Monday |
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. |
Thanks. I'll test it here. |
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. |
These changes were included in #94 so I'm going to close this. |
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).