Commit Graph

5 Commits

Author SHA1 Message Date
Park DongHa
75d28e06a5
[ncnn] Support Vulkan feature (#38197)
Resolve #35350

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-04-16 09:35:11 -04:00
jim wang
19444600bf
[ncnn] Update to 20240102 (#35978)
Fixes https://github.com/microsoft/vcpkg/issues/35977

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.


Usage test pass with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-02-21 22:12:25 -08:00
MonicaLiu
9868b80bef
[ncnn] Update to 20231027 (#35016)
* update ncnn

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-10 11:24:39 -08:00
chausner
dad22c2180
[ncnn] Update to 20221128 (#29096)
* Update ncnn to 20221128

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-23 16:00:58 -08:00
Thomas1664
754b45e090
[ncnn] New Port (#26557)
* [ncnn] Add new port

* [ncnn] Add new port

* update version

* add ncnn options

* update vcpkg.json to constraint supported platforms

* Add a new final line

* update version

* Update ports/ncnn/portfile.cmake

Co-authored-by: Thomas1664 <46387399+Thomas1664@users.noreply.github.com>

* fixed ncnn install error

* Update to latest upstream version

* Fixup pc files

* version

* unsupported on Windows arm

* version

Co-authored-by: holylong <mrhlingchen@163.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-08-29 16:37:12 -07:00