Skip to content

Commit

Permalink
Disable JS (conda-forge#93)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 9, 2024
2 parents 57064a6 + 61168a9 commit 1f525d1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

23 changes: 0 additions & 23 deletions .ci_support/migrations/libgrpc162_libprotobuf4253.yaml

This file was deleted.

16 changes: 13 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ cmake ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE=Release ^
-DENABLE_SYSTEM_TBB=ON ^
-DENABLE_INTEL_NPU=OFF ^
-DENABLE_SYSTEM_PUGIXML=ON ^
-DENABLE_SYSTEM_OPENCL=ON ^
-DENABLE_SYSTEM_PROTOBUF=ON ^
-DENABLE_SYSTEM_SNAPPY=ON ^
-DENABLE_JS=OFF ^
-DENABLE_PYTHON=OFF ^
-DENABLE_CPPLINT=OFF ^
-DENABLE_CLANG_FORMAT=OFF ^
-DENABLE_NCC_STYLE=OFF ^
-DENABLE_INTEL_NPU=OFF ^
-DENABLE_TEMPLATE=OFF ^
-DENABLE_SAMPLES=OFF ^
-DCMAKE_CXX_FLAGS="/wd4996" ^
Expand Down
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake ${CMAKE_ARGS} \
-DENABLE_SYSTEM_PUGIXML=ON \
-DENABLE_SYSTEM_PROTOBUF=ON \
-DENABLE_SYSTEM_SNAPPY=ON \
-DENABLE_JS=OFF \
-DENABLE_PYTHON=OFF \
-DENABLE_CPPLINT=OFF \
-DENABLE_CLANG_FORMAT=OFF \
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ outputs:
- {{ pin_subpackage('libopenvino', exact=True) }}
test:
commands:
- test -f $PREFIX/lib/openvino-{{ version_postfix }}/libopenvino_intel_npu_plugin.so # [unix]
- test -f $PREFIX/lib/openvino-{{ version_postfix }}/libopenvino_intel_npu_plugin.so # [linux64]
- if not exist %LIBRARY_BIN%\\openvino-{{ version_postfix }}\\openvino_intel_npu_plugin%SHLIB_EXT% exit 1 # [win]

- name: libopenvino-auto-plugin
Expand Down

0 comments on commit 1f525d1

Please sign in to comment.