Skip to content
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

houdini: Add the GPU driver to LD_LIBRARY_PATH. #67958

Merged
merged 1 commit into from Nov 23, 2019

Conversation

ambrop72
Copy link
Contributor

@ambrop72 ambrop72 commented Sep 2, 2019

Fixes #66544

I did not test this because of download/license hassles. @emptyflask, could you test?

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @canndrew

@emptyflask
Copy link
Contributor

Tested, and it works. Thanks!
Since it may not be immediately obvious how to install using a downloaded package from SideFX:

nix-prefetch-url file:///home/jon/downloads/houdini-17.0.352-linux_x86_64_gcc6.3.tar.gz
nix-env -f $HOME/src/nixpkgs -iA houdini

@ambrop72
Copy link
Contributor Author

ambrop72 commented Sep 2, 2019

Great. Yeah I know how to do that, but it was too much of a hassle creating an account to even download it, compared to how sure I was that I got it right :)

@emptyflask
Copy link
Contributor

I bumped the version in #67983, and it still builds with this change.

@c0bw3b c0bw3b merged commit 9ab168b into NixOS:master Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Houdini 17.0.352 crashes on startup
3 participants