2021-06-11 07:22:46 +08:00
|
|
|
{
|
|
|
|
"name": "matio",
|
2024-10-11 22:29:59 +08:00
|
|
|
"version": "1.5.27",
|
2024-11-16 08:07:54 +08:00
|
|
|
"port-version": 1,
|
2021-06-11 07:22:46 +08:00
|
|
|
"description": "MATLAB MAT File I/O Library",
|
|
|
|
"homepage": "https://github.com/tbeu/matio",
|
2022-05-18 02:15:06 +08:00
|
|
|
"license": "BSD-2-Clause",
|
2021-06-11 07:22:46 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
2024-11-16 08:07:54 +08:00
|
|
|
"mat73",
|
2021-06-11 07:22:46 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"extended-sparse": {
|
|
|
|
"description": "Enable extended sparse matrix data types not supported in MATLAB"
|
|
|
|
},
|
2024-11-16 08:07:54 +08:00
|
|
|
"mat73": {
|
|
|
|
"description": "Enable support for version 7.3 MAT files using the HDF5 library",
|
2021-06-11 07:22:46 +08:00
|
|
|
"dependencies": [
|
2023-01-20 09:55:56 +08:00
|
|
|
{
|
|
|
|
"name": "hdf5",
|
|
|
|
"default-features": false
|
2023-02-01 10:08:50 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "matio",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"zlib"
|
|
|
|
]
|
2023-01-20 09:55:56 +08:00
|
|
|
}
|
2021-06-11 07:22:46 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"pic": {
|
|
|
|
"description": "Enable position-independent code (PIC), i.e., compilation with the -fPIC flag"
|
|
|
|
},
|
|
|
|
"zlib": {
|
|
|
|
"description": "Check for zlib library",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|