aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/seacas/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/seacas/vcpkg.json')
-rw-r--r--vcpkg/ports/seacas/vcpkg.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/vcpkg/ports/seacas/vcpkg.json b/vcpkg/ports/seacas/vcpkg.json
new file mode 100644
index 0000000..db67b8c
--- /dev/null
+++ b/vcpkg/ports/seacas/vcpkg.json
@@ -0,0 +1,75 @@
+{
+ "name": "seacas",
+ "version-date": "2022-11-22",
+ "port-version": 10,
+ "description": "The Sandia Engineering Analysis Code Access System (SEACAS) is a suite of preprocessing, postprocessing, translation, and utility applications supporting finite element analysis software using the Exodus database file format.",
+ "homepage": "https://github.com/sandialabs/seacas",
+ "license": null,
+ "dependencies": [
+ "cereal",
+ {
+ "name": "cgns",
+ "default-features": false,
+ "features": [
+ "hdf5"
+ ]
+ },
+ "fmt",
+ {
+ "name": "hdf5",
+ "default-features": false
+ },
+ "metis",
+ {
+ "name": "netcdf-c",
+ "default-features": false,
+ "features": [
+ "netcdf-4"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ],
+ "features": {
+ "matio": {
+ "description": "Enable Matio support",
+ "dependencies": [
+ {
+ "name": "matio",
+ "default-features": false
+ }
+ ]
+ },
+ "mpi": {
+ "description": "Enable MPI support",
+ "dependencies": [
+ {
+ "name": "cgns",
+ "default-features": false,
+ "features": [
+ "mpi"
+ ]
+ },
+ {
+ "name": "hdf5",
+ "default-features": false,
+ "features": [
+ "parallel"
+ ]
+ },
+ {
+ "name": "parmetis",
+ "default-features": false,
+ "platform": "!osx"
+ }
+ ]
+ }
+ }
+}