Search Criteria
Package Details: ncnn-git 20240410.r16.g1b7e6358c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ncnn-git.git (read-only, click to copy) |
---|---|
Package Base: | ncnn-git |
Description: | High-performance neural network inference framework optimized for the mobile platform |
Upstream URL: | https://github.com/Tencent/ncnn |
Keywords: | ncnn |
Licenses: | BSD-3-Clause AND BSD-2-Clause AND Zlib |
Conflicts: | ncnn |
Provides: | ncnn |
Submitter: | salviati |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-19 23:45 (UTC) |
Last Updated: | 2024-05-13 14:43 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (make)
- protobuf (protobuf-gitAUR) (optional) – for onnx2ncnn
Required by (18)
- cain-ncnn-vulkan (requires ncnn) (make)
- cain-ncnn-vulkan-git (requires ncnn) (make)
- dain-ncnn-vulkan (requires ncnn) (make)
- dain-ncnn-vulkan-git (requires ncnn) (make)
- deepin-ocr-git (requires ncnn)
- realesrgan-ncnn-vulkan (requires ncnn)
- realesrgan-ncnn-vulkan-git (requires ncnn)
- realsr-ncnn-vulkan (requires ncnn) (make)
- rife-ncnn-vulkan (requires ncnn)
- rife-ncnn-vulkan (requires ncnn) (make)
- rife-ncnn-vulkan-git (requires ncnn) (make)
- srmd-ncnn-vulkan (requires ncnn)
- srmd-ncnn-vulkan-git (requires ncnn) (make)
- upscayl-ncnn (requires ncnn)
- upscayl-ncnn-git (requires ncnn)
- vapoursynth-plugin-fsrcnn-ncnn-vulkan-git (make)
- video2x-git (requires ncnn)
- waifu2x-ncnn-vulkan-git (requires ncnn)
Latest Comments
1 2 Next › Last »
feng commented on 2022-07-26 19:28 (UTC)
@HurricanePootis Thanks for the kind remind. I shall update my makepkg.conf accordingly.
HurricanePootis commented on 2022-07-25 22:16 (UTC)
Thank you @feng for the patch.
But, as a reminder, if whenever you are building PKGBUILDs, adding nproc to the PKGBUILD goes against what the use specifys in
/etc/makepkg.conf
. If you yourself want to build packages with all of your cpu threads, please open up/etc/makepkg.conf
in your text editor of choice, go to the MAKEFLAGS line, and add `MAKEFLAGS="-j$(nproc)"feng commented on 2022-07-25 20:44 (UTC)
I need tools/onnx2ncnn but this pkgbuild does not build.
The patch below enables this tool
IncredibleLaser commented on 2022-04-09 07:36 (UTC) (edited on 2022-04-09 07:38 (UTC) by IncredibleLaser)
This doesn't build for me in a clean chroot:
feng commented on 2021-11-12 20:15 (UTC)
Can you please also pack onnx2ncnn, which is useful to me? It is compiled by default, and the path is './build/tools/onnx/onnx2ncnn'.
arzeth commented on 2021-09-04 14:42 (UTC) (edited on 2021-09-04 14:43 (UTC) by arzeth)
waifu2x-ncnn-vulkan-git is broken with current PKGBUILD: https://github.com/nihui/waifu2x-ncnn-vulkan/issues/155 . I had to add to ncnn-git's PKGBUILD:
-DNCNN_SYSTEM_GLSLANG=ON \
-DGLSLANG_TARGET_DIR=/usr/lib/cmake \
, compile it, and THEN recompile waifu2x-ncnn-vulkan-git.
taotieren commented on 2021-07-22 01:26 (UTC)
Using ninja for accelerated compilation can reduce local compilation time.
HurricanePootis commented on 2021-04-27 14:19 (UTC)
Fixed
PumpkinCheshire commented on 2021-04-24 09:42 (UTC)
The vulkan sdk version is "Not Found"
Please try this link instead:
https://sdk.lunarg.com/sdk/download/latest/linux/vulkan-sdk.exe
1 2 Next › Last »