about summary refs log tree commit diff
path: root/pkgs/development/compilers/cudatoolkit
AgeCommit message (Collapse)AuthorFilesLines
2014-06-23If cuda headers are presented to nix in $out/include they are added to ↵Daniel Zinn3-0/+14
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-19Added cuda6 compiler as package cudatoolkit6.Daniel Zinn2-0/+60
2014-06-11cudatoolkit: fix multiple outputs (close #2466)Vladimír Čunát1-0/+1
2014-01-29cuda: install the SDK using multiple-outputs supportDavid Guibert1-1/+5
2013-08-27cudatoolkit: fix missing dependenciesBjørn Forsman1-3/+3
Some of the java tools failed to run (notably nsight) because of missing libraries. This fixes it.
2013-08-27Update CUDA Toolkit to 5.5Justin Bedo1-4/+6
2012-05-20Adding NVIDIA CUDA toolkit and haskell-accelerate-cuda plus deps.Andres Löh1-0/+52
svn path=/nixpkgs/trunk/; revision=34186