Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ncnn] Update to 20241226 #43953

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions ports/ncnn/fix_uwp.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/ncnn/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tencent/ncnn
REF "${VERSION}"
SHA512 31bc3c2f461a00241fb8f69ca6ea8cc590af6618856b1b84a048bde924e4b474fd883ad5d54dbfbdd1e5b59015889e15ffc4fbafccb3e42e052a02071f2017b1
SHA512 0a285589451334eac3fcb9135c17f8938d6110fc6950f1b9061bc98450132b88a205ed0318ca5d810d537406c96b397384936d2268f79fb4c8a1c3fd049ebc41
HEAD_REF master
PATCHES
fix_uwp.patch #https://github.com/Tencent/ncnn/pull/5328
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" BUILD_SHARED)
Expand Down
3 changes: 1 addition & 2 deletions ports/ncnn/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "ncnn",
"version": "20240102",
"port-version": 1,
"version": "20241226",
"description": "ncnn is a high-performance neural network inference computing framework.",
"homepage": "https://github.com/Tencent/ncnn",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6281,8 +6281,8 @@
"port-version": 2
},
"ncnn": {
"baseline": "20240102",
"port-version": 1
"baseline": "20241226",
"port-version": 0
},
"ncurses": {
"baseline": "6.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/ncnn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "754f1c94d8a95a778236281d8cb743ab16e14d5d",
"version": "20241226",
"port-version": 0
},
{
"git-tree": "4d52e0be36ae3ae67d9d1b2dac78ec753e50fb66",
"version": "20240102",
Expand Down