Skip to content

Commit

Permalink
[cgns] add missing dependencies (#28408)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 19, 2022
1 parent 50e6e79 commit fe6e7f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
21 changes: 12 additions & 9 deletions ports/cgns/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,14 +32,6 @@
"features": [
"tools"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@
},
"cgns": {
"baseline": "4.3.0",
"port-version": 1
"port-version": 2
},
"chaiscript": {
"baseline": "6.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cgns.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42310ddda48bebfc2b1518c3cf99f4f8b21432e4",
"version-semver": "4.3.0",
"port-version": 2
},
{
"git-tree": "1733a3011caebf67ccbe1d48ea08c92e87d186e0",
"version-semver": "4.3.0",
Expand Down

0 comments on commit fe6e7f7

Please sign in to comment.