-
Notifications
You must be signed in to change notification settings - Fork 28
/
vcpkg.json
58 lines (58 loc) · 1.37 KB
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "pupilext",
"port-version": 1,
"version-string": "0.1.1.",
"homepage": "https://github.com/openPupil/Open-PupilEXT",
"description": "Implementation of a open-source pupillometry platform called PupilEXT.",
"builtin-baseline": "3426db05b996481ca31e95fff3734cf23e0f51bc",
"dependencies": [
{
"name": "boost-math",
"version>=": "1.75.0"
},
{
"name": "boost-foreach",
"version>=": "1.75.0"
},
{
"name": "boost-range",
"version>=": "1.75.0"
},
{
"name": "boost-iterator",
"version>=": "1.75.0"
},
{
"name": "boost-config",
"version>=": "1.75.0"
},
{
"name": "boost-fusion",
"version>=": "1.75.0"
},
{
"name": "eigen3",
"version>=": "3.3.9"
},
{
"name": "tbb",
"version>=": "2020_U3"
},
{
"name": "ceres",
"version>=": "2.0.0#3"
},
{
"name": "opencv",
"version>=": "4.5.1",
"features": [
"dnn",
"jpeg",
"png",
"quirc",
"tiff",
"ffmpeg"
]
}
]
}