this patch hopefully should abort configure earlier if non-thirdparty build requested openexr, but openexr was not found on system... 



On Sunday, April 10, 2022, Andrew Randrianasulu <randrianasulu@gmail.com> wrote:


On Sunday, April 10, 2022, Andrea paz <gamberucci.andrea@gmail.com> wrote:
> can you post output of 'pkg-config --libs OpenEXR'?
>
> also be sure you have OpenEXR headers installed
$ pkg-config --libs OpenEXR
-pthread -lOpenEXR-3_1 -lOpenEXRUtil-3_1 -lOpenEXRCore-3_1 -lIex-3_1
-lIlmThread-3_1 -lImath-3_1

On Arch there is only the "openexr" package, which provides:

usr/include/OpenEXR/ImfHeader.h and usr/bin/exrheader

I don't know if they fit.


there is also https://archlinux.org/packages/extra/x86_64/imath/

as dependency, but I guess this mean we need more work for supporting openexr3 AND openexr2.... 

for now try to disable it manually