2021-08-31 01:03:01 +08:00
{
"name" : "cgns" ,
2022-05-12 07:27:53 +08:00
"version-semver" : "4.3.0" ,
2022-08-02 03:49:32 +08:00
"port-version" : 1 ,
2021-08-31 01:03:01 +08:00
"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"
]
2022-05-12 07:27:53 +08:00
} ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2021-08-31 01:03:01 +08:00
}
]
} ,
"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" : {
2022-05-12 07:27:53 +08:00
"description" : "No effects, preserved for upgrade compatibility"
2021-08-31 01:03:01 +08:00
}
}
}