forked from OpenMS/OpenMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
47 lines (47 loc) · 919 Bytes
/
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
{
"name": "openms",
"version-string": "3.2.0",
"dependencies": [
"boost-core",
"boost-math",
"boost-functional",
"boost-graph",
"boost-variant",
"boost-heap",
"boost-random",
"boost-unordered",
"boost-smart-ptr",
"boost-numeric-conversion",
"boost-regex",
"boost-multi-index",
"boost-iterator",
"boost-iostreams",
"boost-bimap",
"boost-interprocess",
"boost-dynamic-bitset",
"boost-foreach",
"boost-algorithm",
"boost-container",
"boost-lexical-cast",
"boost-assign",
"boost-range",
"boost-serialization",
"boost-type-traits",
"boost-sort",
"boost-spirit",
"boost-date-time",
"boost-accumulators",
"boost-typeof",
"xerces-c",
"qt5-base",
"libsvm",
"qt5-svg",
"zlib",
"coin-or-cgl",
"coin-or-clp",
"coin-or-cbc",
"coinutils",
"eigen3",
"bzip2"
]
}