forked from dune-community/dune-gdt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
60 lines (60 loc) · 1.2 KB
/
vcpkg.json
File metadata and controls
60 lines (60 loc) · 1.2 KB
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
59
60
{
"name": "dune-gdt",
"version-string": "0.1.0",
"description": "DUNE Generic Discretization Toolbox",
"homepage": "https://github.com/dune-gdt/dune-gdt",
"features": {
"uggrid": {
"description": "Enable UGGrid support",
"dependencies": [
{
"name": "dune-uggrid"
},
{
"name": "dune-alugrid",
"features": [
"uggrid"
]
}
]
},
"alberta": {
"description": "Enable Alberta grid support",
"dependencies": [
{
"name": "dune-grid",
"features": [
"alberta"
]
}
]
}
},
"dependencies": [
"dune-common",
"dune-geometry",
"dune-grid",
"dune-istl",
"dune-localfunctions",
"dune-testtools",
"dune-alugrid",
"pybind11",
"boost-core",
"boost-assign",
"boost-atomic",
"boost-accumulators",
"boost-chrono",
"boost-date-time",
"boost-filesystem",
"boost-system",
"boost-thread",
"boost-format",
"boost-serialization",
"boost-timer",
"gtest",
"pybind11",
"eigen3",
"tbb"
],
"builtin-baseline": "a4275b7eee79fb24ec2e135481ef5fce8b41c339"
}