Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 error when loading signature files #73

Open
thclark opened this issue Apr 2, 2020 · 0 comments
Open

HDF5 error when loading signature files #73

thclark opened this issue Apr 2, 2020 · 0 comments
Assignees
Labels
bug Unintended behaviour in any area of the app devops System admin and devops

Comments

@thclark
Copy link
Contributor

thclark commented Apr 2, 2020

Describe the bug

Error when loading signatures from .mat files

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

Solution

Wait for the next release of libmatio which includes an update for the 1.12 API.

@thclark thclark self-assigned this Apr 2, 2020
@thclark thclark added bug Unintended behaviour in any area of the app devops System admin and devops labels Apr 2, 2020
@thclark thclark removed this from Octue Board Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unintended behaviour in any area of the app devops System admin and devops
Projects
None yet
Development

No branches or pull requests

1 participant