mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
39d7ee57eb
* Update WPILib to allow OpenCV 4 support The existing version only supported OpenCV 3, OpenCV 4 support has been added recently * Update wpilib port to allow opencv4 Was only compatible with opencv3, and would fail to build with 4. Also had to update to include eigen, since we now depend on that as well * Use test package to ensure PR passes * Attempt to get mac working * Revert to upstream repo
13 lines
565 B
Plaintext
13 lines
565 B
Plaintext
Source: wpilib
|
|
Version: 2019.6.1
|
|
Build-Depends: eigen3, libuv
|
|
Description: WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.
|
|
|
|
Feature: cameraserver
|
|
Build-Depends: opencv
|
|
Description: Enables the CameraServer and CSCore libraries for manipulating USB Cameras and HTTP Camera Streams
|
|
|
|
Feature: allwpilib
|
|
Build-Depends: wpilib[cameraserver], opencv
|
|
Description: Enables the simulation HAL, and the high level wpilibc library.
|