pycuda: init at 2016.1
This commit is contained in:
21
pkgs/development/python-modules/pycuda/compyte.nix
Normal file
21
pkgs/development/python-modules/pycuda/compyte.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ mkDerivation
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
name = "compyte-${version}";
|
||||
version = "git-20150817";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "inducer";
|
||||
repo = "compyte";
|
||||
rev = "ac1c71d46428c14aa1bd1c09d7da19cd0298d5cc";
|
||||
sha256 = "1980h017qi52b7fqwm75m481xs2napgdd3fbrzkfc29k085cbign";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r * $out
|
||||
'';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user