aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cgns/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/cgns/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/cgns/vcpkg.json')
-rw-r--r--vcpkg/ports/cgns/vcpkg.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/vcpkg/ports/cgns/vcpkg.json b/vcpkg/ports/cgns/vcpkg.json
new file mode 100644
index 0000000..18c7f7c
--- /dev/null
+++ b/vcpkg/ports/cgns/vcpkg.json
@@ -0,0 +1,67 @@
+{
+ "name": "cgns",
+ "version-semver": "4.5.0",
+ "port-version": 1,
+ "description": "The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations.",
+ "homepage": "https://cgns.org/",
+ "license": "Zlib",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "hdf5",
+ {
+ "name": "lfs",
+ "platform": "!osx"
+ }
+ ],
+ "features": {
+ "fortran": {
+ "description": "Enable fortran support (not yet implemented)"
+ },
+ "hdf5": {
+ "description": "Enable hdf5 support",
+ "dependencies": [
+ {
+ "name": "hdf5",
+ "default-features": false
+ }
+ ]
+ },
+ "legacy": {
+ "description": "Enable legacy support"
+ },
+ "lfs": {
+ "description": "Enable LFS support"
+ },
+ "mpi": {
+ "description": "Enable MPI support",
+ "dependencies": [
+ {
+ "name": "cgns",
+ "default-features": false,
+ "features": [
+ "hdf5"
+ ]
+ },
+ {
+ "name": "hdf5",
+ "default-features": false,
+ "features": [
+ "parallel"
+ ]
+ }
+ ]
+ },
+ "tests": {
+ "description": "Build tests"
+ }
+ }
+}