nixpkgs/pkgs/development/compilers/cudatoolkit
Bjørn Forsman 836fa19651 cudatoolkit: fixup path to samples
This is needed for cuda 6.5 or else nsight will not find them. In cuda 7.0 the
samples are already in $out/samples. Older versions do not build due to broken
dependency (python-minimal).
2015-08-18 17:06:42 +02:00
..
5.5.nix cudatoolkit: generalize derivations, add cuda7 2015-07-04 17:05:50 -07:00
6.0.nix cudatoolkit: generalize derivations, add cuda7 2015-07-04 17:05:50 -07:00
6.5.nix cudatoolkit: generalize derivations, add cuda7 2015-07-04 17:05:50 -07:00
7.0.nix cudatoolkit: generalize derivations, add cuda7 2015-07-04 17:05:50 -07:00
generic.nix cudatoolkit: fixup path to samples 2015-08-18 17:06:42 +02:00
setup-hook.sh If cuda headers are presented to nix in $out/include they are added to future gcc calls via a -isystem flag. However, cuda does not allow kernel calls from template function if these are located in system-headers. We thus move headers from $out/include to $out/usr_include and add a custom hook to add these headers via -I. 2014-06-23 06:11:34 -07:00