mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 23:29:03 +08:00
[cgns] add missing dependencies (#28408)
This commit is contained in:
parent
50e6e79844
commit
fe6e7f7a50
@ -1,9 +1,20 @@
|
||||
{
|
||||
"name": "cgns",
|
||||
"version-semver": "4.3.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"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/",
|
||||
"license": "Zlib",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"hdf5",
|
||||
"lfsselector"
|
||||
@ -21,14 +32,6 @@
|
||||
"features": [
|
||||
"tools"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1382,7 +1382,7 @@
|
||||
},
|
||||
"cgns": {
|
||||
"baseline": "4.3.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"chaiscript": {
|
||||
"baseline": "6.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "42310ddda48bebfc2b1518c3cf99f4f8b21432e4",
|
||||
"version-semver": "4.3.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "1733a3011caebf67ccbe1d48ea08c92e87d186e0",
|
||||
"version-semver": "4.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user