mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:49:01 +08:00
cf20e29526
macOS 14.2.1 on amd64, 14.3 on arm64 XCode Console Tools 15.1 Other changes: macOS install is done from the installers rather than from the recovery partition readme.md is now written for a vcpkg-team audience vagrant is removed as a dependency so that discussion of how to persist the VMs between machines could be included arm64 is added using https://github.com/s-u/macosvm
48 lines
877 B
JSON
48 lines
877 B
JSON
{
|
|
"name": "openturns",
|
|
"version": "1.20",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|