[matio] fix inter feature dependencies (#29224)

This commit is contained in:
autoantwort 2023-02-01 03:08:50 +01:00 committed by GitHub
parent cda6c1f124
commit acb4db3c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 3 deletions

View File

@ -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"

View File

@ -4866,7 +4866,7 @@
},
"matio": {
"baseline": "1.5.23",
"port-version": 1
"port-version": 2
},
"matplotlib-cpp": {
"baseline": "2020-08-27",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "28df0a44f618c5fd412fafda91507f3bad6ac4b1",
"version": "1.5.23",
"port-version": 2
},
{
"git-tree": "ee4fd8ab9268b332bd49e3b506033487a39afe26",
"version": "1.5.23",