-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Build failure: pcl with CUDA enabled on x86_64-linux #275090
Labels
0.kind: build failure
A package fails to build
Comments
13 tasks
al3xtjames
added a commit
to al3xtjames/nixpkgs
that referenced
this issue
Dec 18, 2023
NixOS#271078 caused the configurePhase of pcl to fail when withCuda is set to true. Fix NixOS#275090 by replacing cudatoolkit with cudaPackages.cuda_nvcc.
Not directly relevant but we should rename |
13 tasks
Lainera
pushed a commit
to Lainera/nixpkgs
that referenced
this issue
Dec 20, 2023
NixOS#271078 caused the configurePhase of pcl to fail when withCuda is set to true. Fix NixOS#275090 by replacing cudatoolkit with cudaPackages.cuda_nvcc.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps To Reproduce
Steps to reproduce the behavior:
nix develop
with the following flake:Build log
https://gist.github.com/al3xtjames/64ac677568ba786ed2a1823891157d0d
Additional context
I think this broke with the recent cudaPackages changes, but I haven't figured out the responsible commit.
Notify maintainers
@viric
@samuela
@SomeoneSerge
@ConnorBaker
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: