mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: add openvino
This commit is contained in:
parent
68610c6f10
commit
539423bbf9
1 changed files with 12 additions and 0 deletions
|
@ -1256,6 +1256,18 @@ lib.composeManyExtensions [
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
openvino = super.openvino.overridePythonAttrs (
|
||||||
|
old: {
|
||||||
|
buildInputs = [
|
||||||
|
pkgs.ocl-icd
|
||||||
|
pkgs.hwloc
|
||||||
|
pkgs.tbb
|
||||||
|
pkgs.numactl
|
||||||
|
pkgs.libxml2
|
||||||
|
] ++ (old.buildInputs or [ ]);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
orjson =
|
orjson =
|
||||||
let
|
let
|
||||||
getCargoHash = version: {
|
getCargoHash = version: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue