This website requires JavaScript.
Explore
Help
Sign in
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
51511
commits
1
branch
0
tags
3.7
GiB
a6dc9ce957
Commit graph
2 commits
Author
SHA1
Message
Date
Daniel Zinn
86c283824f
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
Daniel Zinn
ca0de0f1f7
Added cuda6 compiler as package cudatoolkit6.
2014-06-19 04:24:21 -07:00