early-access version 2853
This commit is contained in:
72
externals/vcpkg/ports/cgns/vcpkg.json
vendored
Executable file
72
externals/vcpkg/ports/cgns/vcpkg.json
vendored
Executable file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user