vcpkg/ports/matio/vcpkg.json
Jack·Boos·Yu 761578f827
[matio] Use official CMakeLists, add features (#18254)
* [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
2021-06-10 16:22:46 -07:00

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"
]
}
}
}