aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openturns/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/openturns/vcpkg.json')
-rw-r--r--vcpkg/ports/openturns/vcpkg.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/vcpkg/ports/openturns/vcpkg.json b/vcpkg/ports/openturns/vcpkg.json
new file mode 100644
index 0000000..ff0134e
--- /dev/null
+++ b/vcpkg/ports/openturns/vcpkg.json
@@ -0,0 +1,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"
+ ]
+ }
+ }
+}