diff options
Diffstat (limited to 'vcpkg/ports/netcdf-cxx4/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/netcdf-cxx4/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/netcdf-cxx4/vcpkg.json b/vcpkg/ports/netcdf-cxx4/vcpkg.json new file mode 100644 index 0000000..ff189f7 --- /dev/null +++ b/vcpkg/ports/netcdf-cxx4/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "netcdf-cxx4", + "version": "4.3.1", + "port-version": 5, + "description": "a set of machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.", + "homepage": "https://github.com/Unidata/netcdf-cxx4", + "dependencies": [ + "hdf5", + "netcdf-c", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |