python: pyopencl: 2018.1.1 -> 2018.2.1
This commit is contained in:
parent
bd582bf66f
commit
4caa94ca07
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyopencl";
|
pname = "pyopencl";
|
||||||
version = "2018.1.1";
|
version = "2018.2.1";
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
buildInputs = [ opencl-headers ocl-icd ];
|
buildInputs = [ opencl-headers ocl-icd ];
|
||||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "29683b47ec729c77a1be4d6fae2bd3718ca4cfcbe14655261a3a14d5bf55530a";
|
sha256 = "5ed40baccb493e8e9ac394f15c64871954d234fd6d9250c50bee1466d8bd8e48";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user