mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
7a0c97b6b3
* [OpenCV2] add library for older C projects * [OpenCV2] fixes for non-Windows systems * [OpenCV2] add warnings for Ubuntu * add fixes for cuda * [OpenCV2] disable parallel building, otherwise cuda fails * [OpenCV2] refresh port with latest fixes * [OpenCV2] fix CONTROL * [OpenCV2] fixes for windows * [OpenCV2] fixes to avoid unnecessary install of pre-built ffmpeg, since it already uses externally provided one * [OpenCV2] openexr still has some problems, explicitly removed UWP support * [OpenCV2] use targets wherever possible. Jasper and OpenEXR features would require improvements in those ports, in order for them to provide targets too * [OpenCV2] re-enable parallel build also with CUDA * [OpenCV2] improve compatibility with CUDA 10+ * [OpenCV2] fix broken CUDA targets * [darknet] enable opencv2 feature * skip from building, like opencv3, to avoid problems in CI
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
Source: darknet
|
|
Version: 2020-03-02
|
|
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
|
|
|
|
Feature: cuda
|
|
Build-Depends: cuda
|
|
Description: Build darknet with support for CUDA
|
|
|
|
Feature: cudnn
|
|
Build-Depends: darknet[cuda], cudnn
|
|
Description: Build darknet with support for CUDNN
|
|
|
|
Feature: opencv-base
|
|
Build-Depends: opencv[ffmpeg]
|
|
Description: Build darknet with support for OpenCV
|
|
|
|
Feature: opencv-cuda
|
|
Build-Depends: opencv[ffmpeg], opencv[cuda]
|
|
Description: Build darknet with support for a CUDA-enabled OpenCV
|
|
|
|
Feature: opencv2-base
|
|
Build-Depends: opencv2[ffmpeg]
|
|
Description: Build darknet with support for OpenCV3
|
|
|
|
Feature: opencv2-cuda
|
|
Build-Depends: opencv2[ffmpeg], opencv2[cuda]
|
|
Description: Build darknet with support for a CUDA-enabled OpenCV3
|
|
|
|
Feature: opencv3-base
|
|
Build-Depends: opencv3[ffmpeg]
|
|
Description: Build darknet with support for OpenCV3
|
|
|
|
Feature: opencv3-cuda
|
|
Build-Depends: opencv3[ffmpeg], opencv3[cuda]
|
|
Description: Build darknet with support for a CUDA-enabled OpenCV3
|
|
|
|
Feature: weights
|
|
Description: Download pre-built weights for test
|
|
|
|
Feature: weights-train
|
|
Description: Download pre-built weights for training
|
|
|
|
Feature: full
|
|
Build-Depends: darknet[opencv-cuda], darknet[cudnn], darknet[weights], darknet[weights-train]
|
|
Description: Build darknet fully-featured
|