matio v1.5.27
- Created
- Updated
MATLAB MAT File I/O Library
# Usage
matio can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED)
pkg_check_modules(matio REQUIRED IMPORTED_TARGET matio)
target_link_libraries(main PRIVATE PkgConfig::matio)
# License
# Supported Platforms
All platforms are supported
# Features
Default features: mat73
, zlib
# extended-sparse
Enable extended sparse matrix data types not supported in MATLAB
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# mat73 default
Enable support for version 7.3 MAT files using the HDF5 library
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by hdf5 )
- vcpkg-cmake-config (by hdf5 )
# pic
Enable position-independent code (PIC), i.e., compilation with the -fPIC flag
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# zlib default
Check for zlib library
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- atkawa7
- Robert Schumacher
- Alexander Karatarakis
- Alexander Neumann
- pravic
- Billy O'Neal
- Silvio Traversaro
- Jack·Boos·Yu
- Thomas1664
- Alexander Neumann
- autoantwort
- jim wang
- miyanyan
- Jia Yue Hua
# Changelog
and 15 more commits:
c538d6d
Upgrades 2018.10.2551f93e2
[abseil][breakpad][cimg][matio][piex][rocksdb][thrift][tiny-dnn][unicorn-lib][unicorn] Updatesc4457ea
[matio][rocksdb] Fix builde3dda1a
[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][spdlog][yaml-cpp] Upgrades26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)6e97f00
[matio] Use target_X cmake directives. Prefer modern cmake ZLIB::ZLIB.e60f06f
[matio] Removed unnecessary includef354d6b
[matio] Fixed issues with customer cmakelists.txt