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": "openturns",
"version": "1.25.1",
"description": "OpenTURNS is a scientific C++ and Python library featuring an internal data model and algorithms dedicated to the treatment of uncertainties.",
"homepage": "https://openturns.github.io/",
"license": null,
"dependencies": [
"blas",
"boost-geometry",
"boost-math",
"boost-multiprecision",
"boost-random",
"ceres",
"cminpack",
"dlib",
"exprtk",
{
"name": "hdf5",
"default-features": false,
"features": [
"cpp"
]
},
"kissfft",
"lapack",
{
"name": "libxml2",
"default-features": false
},
"mpc",
"mpfr",
"nanoflann",
"nlopt",
"pagmo2",
"rapidcsv",
"spectra",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"muparser": {
"description": "Legacy analytical parser",
"dependencies": [
"muparser"
]
},
"tbb": {
"description": "Use TBB multithreading",
"dependencies": [
"tbb"
]
}
}
}
|