mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:19:06 +08:00
[matio] fix inter feature dependencies (#29224)
This commit is contained in:
parent
cda6c1f124
commit
acb4db3c81
@ -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",
|
||||
@ -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"
|
||||
|
@ -4866,7 +4866,7 @@
|
||||
},
|
||||
"matio": {
|
||||
"baseline": "1.5.23",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"matplotlib-cpp": {
|
||||
"baseline": "2020-08-27",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "28df0a44f618c5fd412fafda91507f3bad6ac4b1",
|
||||
"version": "1.5.23",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "ee4fd8ab9268b332bd49e3b506033487a39afe26",
|
||||
"version": "1.5.23",
|
||||
|
Loading…
Reference in New Issue
Block a user