opencl-icd: remove, point to ocl-icd
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
, appdirs
|
||||
, six
|
||||
, opencl-headers
|
||||
, opencl-icd
|
||||
, ocl-icd
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
version = "2016.2";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
buildInputs = [ pytest opencl-headers opencl-icd ];
|
||||
buildInputs = [ pytest opencl-headers ocl-icd ];
|
||||
|
||||
propagatedBuildInputs = [ numpy cffi pytools decorator appdirs six Mako ];
|
||||
|
||||
@@ -36,4 +36,4 @@ buildPythonPackage rec {
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainer = stdenv.lib.maintainers.fridh;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user