vcpkg/ports/cgns/vcpkg.json
panda-z a563603129
[cgns] Update to 4.3.0 (#24531)
* [cgns] update to 4.3.0

* [cgns] update CI baseline

* Fix version database.

* CMake nitpicks

* Use rename rather than copy and remove
* Add quotes
* Guard explicit references to debug in case the user is using a release-only triplet.
* Use in lists

* Convert hdf5.patch from CRLF to LF

* update version

* LIOSTS => LISTS

* Revert cgnstools feature

* update version

Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2022-05-11 16:27:53 -07:00

73 lines
1.6 KiB
JSON

{
"name": "cgns",
"version-semver": "4.3.0",
"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": "http://cgns.org/",
"default-features": [
"hdf5",
"lfsselector"
],
"features": {
"fortran": {
"description": "Enable fortran support (not yet implemented)"
},
"hdf5": {
"description": "Enable hdf5 support",
"dependencies": [
{
"name": "hdf5",
"default-features": false,
"features": [
"tools"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
},
"legacy": {
"description": "Enable legacy support"
},
"lfs": {
"description": "Enable LFS support"
},
"lfsselector": {
"description": "Selector for LFS",
"dependencies": [
{
"name": "cgns",
"default-features": false,
"features": [
"lfs"
],
"platform": "!osx"
}
]
},
"mpi": {
"description": "Enable MPI support",
"dependencies": [
{
"name": "hdf5",
"default-features": false,
"features": [
"parallel"
]
}
]
},
"tests": {
"description": "Build tests"
},
"tools": {
"description": "No effects, preserved for upgrade compatibility"
}
}
}