-
Notifications
You must be signed in to change notification settings - Fork 544
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
Add linux builds to releases #2105
Comments
What build error do you have in the latest GCC? Usually the latest gcc is not a problem because some devs actually use arch for development so incompatibilities are noticed and fixed quickly. |
You can't use gcc 14 to compile it, nvcc supports only gcc up to 13.2. So I had to compile gcc 13.2 because I installed it with https://forums.developer.nvidia.com/t/cuda-12-4-nvcc-and-gcc-14-1-incompatibility/293295 Using older toolchains on rolling distros is annoying. |
But I agree that NVIDIA tools not supporting the newest compilers is annoying, but having pre-built linux binaries doesn't sound like the right way to fix it. |
maybe im doing something wrong but gcc13 is not available on the regular repo for me |
Here https://archlinux.org/packages/extra/x86_64/gcc13/ it suggests it's part of the |
It is incredibly annoying to build cuda projects on Arch Linux because cuda is really funny when it comes to compatibility issues with gcc. Unless you have older versions of gcc, you are screwed because current cuda is not compatible with latest gcc. Downgrading gcc is not really easy since many packages rely on it being up to date. So would it be possible to add linux builds to releases?
The text was updated successfully, but these errors were encountered: