Commit 20767ff0 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.pyopencl: reorder inputs

parent 56223be3
Loading
Loading
Loading
Loading
+14 −10
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  darwin,
  ocl-icd,
  buildPythonPackage,
  fetchFromGitHub,

  # build-system
  cmake,
  scikit-build-core,
  pathspec,
  ninja,
  nanobind,

  # dependencies
  darwin,
  ninja,
  numpy,
  ocl-icd,
  pathspec,
  scikit-build-core,

  # buildInputs
  opencl-headers,
  platformdirs,
  pybind11,
  pytestCheckHook,

  # dependencies
  platformdirs,
  pytools,

  # checks
  pytestCheckHook,
}:

let