about summary refs log tree commit diff
path: root/pkgs/development/libraries/ncnn
AgeCommit message (Collapse)AuthorFilesLines
2024-04-10ncnn: 20240102 -> 20240410R. Ryantm1-2/+2
2024-03-23ncnn: fix build on DarwinRandy Eckenrode1-1/+3
ncnn defaults to static linkage on Darwin against MoltenVK, but static libraries are not build by default for MoltenVK in nixpkgs, and it’s not taken as a dependency anyway. Override this behavior by specifying `Vulkan_LIBRARY` explicitly as `-lvulkan` on Darwin.
2024-01-30ncnn: 20231027 -> 20240102 and fix buildrewine2-11/+18
2023-11-01ncnn: 20220729 -> 20231027Mario Rodas2-11/+12
2022-10-19ncnn: fix buildChuang Zhu2-9/+21
Fixes #192617. The breakage is introduced by a glslang update. Now `${glslang}/lib/cmake/OSDependentTargets.cmake` points to `${glslang}/share/glslang/glslang-targets.cmake`. The latter requires the `SPIRV-Tools-opt` target. So the two lines in patch should be moved before `OSDependentTargets.cmake`. This also fixes a breakage introduced by cmake described in #144170.
2022-09-23ncnn: mark brokensuperherointj1-0/+1
2022-08-05ncnn: 20220721 -> 20220729R. Ryantm1-2/+2
2022-07-23ncnn: 20220216 -> 20220721Randy Eckenrode2-16/+2
2022-02-25ncnn: 20211208 -> 20220216R. Ryantm1-2/+2
2022-01-24ncnn: init at 20211208tilcreator3-0/+76
ncnn: Enable vulkan support