mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
761578f827
* [matio] Use official CMakeLists, add features * Fix portfile.cmake * update version record * Commit missing files * Update versions/m-/matio.json * Update ports/matio/portfile.cmake * Update ports/matio/portfile.cmake * Update versions/m-/matio.json
41 lines
882 B
JSON
41 lines
882 B
JSON
{
|
|
"name": "matio",
|
|
"version-semver": "1.5.19",
|
|
"port-version": 1,
|
|
"description": "MATLAB MAT File I/O Library",
|
|
"homepage": "https://github.com/tbeu/matio",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"hdf5",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"extended-sparse": {
|
|
"description": "Enable extended sparse matrix data types not supported in MATLAB"
|
|
},
|
|
"hdf5": {
|
|
"description": "Check for HDF5 library",
|
|
"dependencies": [
|
|
"hdf5"
|
|
]
|
|
},
|
|
"mat73": {
|
|
"description": "Enable support for version 7.3 MAT files"
|
|
},
|
|
"pic": {
|
|
"description": "Enable position-independent code (PIC), i.e., compilation with the -fPIC flag"
|
|
},
|
|
"zlib": {
|
|
"description": "Check for zlib library",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|