This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ea0d6a7fc0
nixpkgs
/
pkgs
/
development
/
compilers
/
cudatoolkit
History
Eelco Dolstra
ea0d6a7fc0
Add CUDA toolkit 6.5
2015-03-02 00:24:00 +01:00
..
5.5.nix
Fix bad licenses on CUDA packages
2015-02-15 22:29:47 +01:00
6.0.nix
Fix bad licenses on CUDA packages
2015-02-15 22:29:47 +01:00
6.5.nix
Add CUDA toolkit 6.5
2015-03-02 00:24:00 +01: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