diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-04-09 18:52:44 +0200 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-09 09:52:44 -0700 |
| commit | 0d0bb98eadb6b5bef1cf03dc2168011ccf0090b1 (patch) | |
| tree | 0a3d9bc161791945c080e86680b89658aae43f8e /ports/darknet/CONTROL | |
| parent | cfe58912a851796212aa64c69e1dfb27544ab12d (diff) | |
| download | vcpkg-0d0bb98eadb6b5bef1cf03dc2168011ccf0090b1.tar.gz vcpkg-0d0bb98eadb6b5bef1cf03dc2168011ccf0090b1.zip | |
[darknet] add compatibility with OpenCV 4 (#6018)
Diffstat (limited to 'ports/darknet/CONTROL')
| -rw-r--r-- | ports/darknet/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/darknet/CONTROL b/ports/darknet/CONTROL index bc6526318..f291bdd3d 100644 --- a/ports/darknet/CONTROL +++ b/ports/darknet/CONTROL @@ -1,5 +1,5 @@ Source: darknet -Version: 1.0.0-1 +Version: 1.0.0-2 Description: Darknet is an open source neural network framework written in C and CUDA. You only look once (YOLO) is a state-of-the-art, real-time object detection system, best example of darknet functionalities. Build-Depends: pthreads (windows), stb Default-Features: weights @@ -16,5 +16,5 @@ Feature: weights Description: Download common weights from official websites, using vcpkg proxy-enabled functions Feature: opencv-cuda -Build-Depends: darknet[cuda], opencv[cuda] +Build-Depends: opencv[cuda] Description: Build darknet with support for a CUDA-enabled OpenCV |
