Loading pkgs/development/compilers/cudatoolkit/redist/build-cuda-redist-package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,12 @@ backendStdenv.mkDerivation { stdenv.cc.cc.lib ]; # Picked up by autoPatchelf # Needed e.g. for libnvrtc to locate (dlopen) libnvrtc-builtins appendRunpaths = [ "$ORIGIN" ]; dontBuild = true; # TODO: choose whether to install static/dynamic libs Loading Loading
pkgs/development/compilers/cudatoolkit/redist/build-cuda-redist-package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,12 @@ backendStdenv.mkDerivation { stdenv.cc.cc.lib ]; # Picked up by autoPatchelf # Needed e.g. for libnvrtc to locate (dlopen) libnvrtc-builtins appendRunpaths = [ "$ORIGIN" ]; dontBuild = true; # TODO: choose whether to install static/dynamic libs Loading