mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
python310Packages.pyopencl: 2022.3.1 -> 2023.1
This commit is contained in:
parent
f47f0a525c
commit
ea7b4a5287
@ -22,7 +22,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 = "2022.3.1";
|
version = "2023.1";
|
||||||
|
|
||||||
nativeCheckInputs = [ pytest ];
|
nativeCheckInputs = [ pytest ];
|
||||||
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
|
buildInputs = [ opencl-headers pybind11 ] ++ os-specific-buildInputs;
|
||||||
@ -40,7 +40,7 @@ in buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-Sj2w/mG1zclSZ1Jt7r1xp+HXlWlNSw/idh8GMLzKNiE=";
|
hash = "sha256-2d5gcnKRmlB6nCTD3+7q/nLAX3zWyeN7IRno7jxTqJE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 New Issue
Block a user