Skip to content

Commit

Permalink
[matio] fix inter feature dependencies (#29224)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Feb 1, 2023
1 parent cda6c1f commit acb4db3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
20 changes: 18 additions & 2 deletions ports/matio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "matio",
"version": "1.5.23",
"port-version": 1,
"port-version": 2,
"description": "MATLAB MAT File I/O Library",
"homepage": "https://github.com/tbeu/matio",
"license": "BSD-2-Clause",
Expand All @@ -25,11 +25,27 @@
{
"name": "hdf5",
"default-features": false
},
{
"name": "matio",
"default-features": false,
"features": [
"zlib"
]
}
]
},
"mat73": {
"description": "Enable support for version 7.3 MAT files"
"description": "Enable support for version 7.3 MAT files",
"dependencies": [
{
"name": "matio",
"default-features": false,
"features": [
"hdf5"
]
}
]
},
"pic": {
"description": "Enable position-independent code (PIC), i.e., compilation with the -fPIC flag"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4866,7 +4866,7 @@
},
"matio": {
"baseline": "1.5.23",
"port-version": 1
"port-version": 2
},
"matplotlib-cpp": {
"baseline": "2020-08-27",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/matio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "28df0a44f618c5fd412fafda91507f3bad6ac4b1",
"version": "1.5.23",
"port-version": 2
},
{
"git-tree": "ee4fd8ab9268b332bd49e3b506033487a39afe26",
"version": "1.5.23",
Expand Down

0 comments on commit acb4db3

Please sign in to comment.