You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HDF5-DIAG: Error detected in HDF5 (1.12.0) thread 0:
To Reproduce
Installed libmatio using brew instead of custom build instructions. However, I have the latest v1.12 of hdf5 installed, and libmatio at the present version (1.5.17) is built against hdf5 1.10.
Expected behavior
For brew install libmatio to work out of the box.
Workaround
Either downgrade hdf5 (not an option in my case, as it's build against by other libraries)
or manually build head of libmatio from source using these instructions:
brew uninstall libmatio # To make sure you don't have conflicting versions
git clone [email protected]:tbeu/matio.git
cd matio
git submodule update --init # For datasets used in unit tests
./autogen.sh
./configure
make
make check
make install
Describe the bug
Error when loading signatures from .mat files
To Reproduce
Installed libmatio using brew instead of custom build instructions. However, I have the latest v1.12 of
hdf5
installed, and libmatio at the present version (1.5.17) is built againsthdf5
1.10.Expected behavior
For
brew install libmatio
to work out of the box.Workaround
Either downgrade
hdf5
(not an option in my case, as it's build against by other libraries)or manually build head of
libmatio
from source using these instructions:Solution
Wait for the next release of libmatio which includes an update for the 1.12 API.
The text was updated successfully, but these errors were encountered: