FS#59745 - [opencv] libhdf5.so not found
Attached to Project:
Arch Linux
Opened by Carlos Eduardo Ramalho (cramalho) - Wednesday, 22 August 2018, 01:39 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 23 August 2018, 08:22 GMT
Opened by Carlos Eduardo Ramalho (cramalho) - Wednesday, 22 August 2018, 01:39 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 23 August 2018, 08:22 GMT
|
Details
Description: libhdf5.so not found
Steps to reproduce: - Install opencv without the "hdf5" package in your machine - Try to compile something with opencv + pkg-config. You'll get a linker error. Proposed solution: "hdf5" should be a pre-requisite. |
This task depends upon
I did not explicitly ask for this dependency. Simply used pkg-config to get the opencv flags as any user would do.
Is this a bug every in project that tries to use opencv via pkg-config?
If projects are not supposed to use libopencv_hdf.so by default, don't include this in the distributed opencv.pc. Or just make opencv depend on hdf5, as suggested.