mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.pyopencl: 2025.1 -> 2025.2
Diff: https://github.com/inducer/pyopencl/compare/refs/tags/v2025.1...refs/tags/v2025.2 Changelog: https://github.com/inducer/pyopencl/releases/tag/v2025.2
This commit is contained in:
parent
80b9b2bc72
commit
5edfe0968f
1 changed files with 4 additions and 2 deletions
|
@ -19,6 +19,7 @@
|
|||
# dependencies
|
||||
platformdirs,
|
||||
pytools,
|
||||
typing-extensions,
|
||||
|
||||
# tests
|
||||
pytestCheckHook,
|
||||
|
@ -29,7 +30,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyopencl";
|
||||
version = "2025.1";
|
||||
version = "2025.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
@ -37,7 +38,7 @@ buildPythonPackage rec {
|
|||
repo = "pyopencl";
|
||||
tag = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-wAZBDPMJbTmujP1j7LjK28ZozZaUwKPDPZLZbFFTeAs=";
|
||||
hash = "sha256-cV4ff52qB7+zFC04swMt4s3Vrzrd+UZU3owEaJFFOms=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
@ -60,6 +61,7 @@ buildPythonPackage rec {
|
|||
numpy
|
||||
platformdirs
|
||||
pytools
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue