nixpkgs/pkgs/development/libraries/openvino
Matt Leon e91df80298
openvino: fix aarch64 build
This package was previously marked broken on aarch64. Adding scons as a
native build input, blocking scons's build hooks, and removing
x86-specific build options (for intel processors) seems to have fixed
the build.

I noticed a build error when not using the cmake build dir, so I also
removed that option.

Scons requires an override for python3, so that it doesn't leak the
default python interpreter into the build, which means the native
cpython library would always be built against the default version.

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2024-06-17 23:38:36 +02:00
..
default.nix openvino: fix aarch64 build 2024-06-17 23:38:36 +02:00