You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All platforms. Trying to improve the packaging on nixpkgs.
Build issue description
Hi there,
I'm currently trying to improve openvino packaging on nixpkgs and realized there is this command on cmake/features.cmake:
ov_dependent_option(ENABLE_JS"Enables JS API building"${ENABLE_JS_DEFAULT}"NOT ANDROID;NOT EMSCRIPTEN"OFF)
Does this mean this ENABLE_JS cmake flag will disable android and emscripten/webassembly distributions if I enable this flag on the default nix/cmake build?
This seems like a bad idea for a general-purpose packaging of the openvino package. Please let me know how to go about this.
Issue submission checklist
I'm reporting an issue. It's not a question.
I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.