Skip to content

Commit 2678022

Browse files
committed
[cgns] Don't require hdf5[tools]
1 parent c9e0f88 commit 2678022

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

ports/cgns/vcpkg.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "cgns",
33
"version-semver": "4.4.0",
4+
"port-version": 1,
45
"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.",
56
"homepage": "http://cgns.org/",
67
"license": "Zlib",
@@ -27,10 +28,7 @@
2728
"dependencies": [
2829
{
2930
"name": "hdf5",
30-
"default-features": false,
31-
"features": [
32-
"tools"
33-
]
31+
"default-features": false
3432
}
3533
]
3634
},

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@
15861586
},
15871587
"cgns": {
15881588
"baseline": "4.4.0",
1589-
"port-version": 0
1589+
"port-version": 1
15901590
},
15911591
"chaiscript": {
15921592
"baseline": "6.1.0",

versions/c-/cgns.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "94570cddf9692b0fbd089e32ac00860a26922590",
5+
"version-semver": "4.4.0",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "3888323fcc200e6d78c882a04c0604acd8281084",
510
"version-semver": "4.4.0",

0 commit comments

Comments
 (0)