early-access version 2853
This commit is contained in:
40
externals/vcpkg/ports/matio/vcpkg.json
vendored
Executable file
40
externals/vcpkg/ports/matio/vcpkg.json
vendored
Executable file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "matio",
|
||||
"version-semver": "1.5.23",
|
||||
"description": "MATLAB MAT File I/O Library",
|
||||
"homepage": "https://github.com/tbeu/matio",
|
||||
"license": "BSD-2-Clause",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user