Skip to content

Commit

Permalink
[xnnpack] disable unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Nov 12, 2024
1 parent 3d061d4 commit 6f7b002
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/xnnpack/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
test XNNPACK_BUILD_TESTS
test XNNPACK_BUILD_BENCHMARKS
test XNNPACK_BUILD_ALL_MICROKERNELS
kleidi XNNPACK_ENABLE_KLEIDIAI
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"port-version": 0
},
"xnnpack": {
"baseline": "2024-05-06",
"baseline": "2024-11-09",
"port-version": 0
},
"xnvctrl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/x-/xnnpack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "63b1c6806132b5b4bb6e46a7451aa32be25575ed",
"version-date": "2024-11-09",
"port-version": 0
},
{
"git-tree": "86d1be113bb49c5e4c0580184754c742f5a18e7a",
"version-date": "2024-05-06",
Expand Down

0 comments on commit 6f7b002

Please sign in to comment.