mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
d289dea7d8
* [openturns] add port * v db * fix missing boost dep. * fix static stuff and others. * v db * reorder mpc and mpfr for linux * v db * add openturns:x64-osx=fail to ci baseline because vm uses old bison. * move baseline fail above comment * Add ci.baseline.txt note describing why it doesn't work. * Add usage text. * fix version * v db --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
47 lines
856 B
JSON
47 lines
856 B
JSON
{
|
|
"name": "openturns",
|
|
"version": "1.20",
|
|
"description": "OpenTURNS is a scientific C++ and Python library featuring an internal data model and algorithms dedicated to the treatment of uncertainties.",
|
|
"homepage": "http://www.openturns.org",
|
|
"license": null,
|
|
"dependencies": [
|
|
"blas",
|
|
"boost-multiprecision",
|
|
"boost-random",
|
|
"ceres",
|
|
"cminpack",
|
|
"dlib",
|
|
"exprtk",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"cpp"
|
|
]
|
|
},
|
|
"lapack",
|
|
"libxml2",
|
|
"mpc",
|
|
"mpfr",
|
|
"muparser",
|
|
"nlopt",
|
|
"pagmo2",
|
|
"pthread",
|
|
"python3",
|
|
{
|
|
"name": "python3",
|
|
"host": true
|
|
},
|
|
"spectra",
|
|
"tbb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|