python38Packages.pyopencl: 2021.2.8 -> 2021.2.9
This commit is contained in:
parent
e7c8c949f1
commit
22f532258c
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ let
|
||||||
if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ];
|
if stdenv.isDarwin then [ mesa_drivers.dev ] else [ ocl-icd ];
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "pyopencl";
|
pname = "pyopencl";
|
||||||
version = "2021.2.8";
|
version = "2021.2.9";
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
|
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
|
||||||
|
@ -30,7 +30,7 @@ in buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "15809b5d2b9a86ad01e31d176c00415436805ac884c4d197d9263bfe98280d76";
|
sha256 = "51425e65ec49c738eefe21b1eeb1f39245b01cc0ddfd495fbe1f8df33dbc6c9e";
|
||||||
};
|
};
|
||||||
|
|
||||||
# py.test is not needed during runtime, so remove it from `install_requires`
|
# py.test is not needed during runtime, so remove it from `install_requires`
|
||||||
|
|
Loading…
Reference in a new issue