[cgns] add missing dependencies (#28408)

This commit is contained in:
autoantwort 2022-12-19 20:41:16 +01:00 committed by GitHub
parent 50e6e79844
commit fe6e7f7a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 10 deletions

View File

@ -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
}
]
},

View File

@ -1382,7 +1382,7 @@
},
"cgns": {
"baseline": "4.3.0",
"port-version": 1
"port-version": 2
},
"chaiscript": {
"baseline": "6.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42310ddda48bebfc2b1518c3cf99f4f8b21432e4",
"version-semver": "4.3.0",
"port-version": 2
},
{
"git-tree": "1733a3011caebf67ccbe1d48ea08c92e87d186e0",
"version-semver": "4.3.0",