Re: Imagemagick with OpenEXR support

2023-04-15 Thread Théo Tyburn
On Sun, Apr 16, 2023, 01:37 Csepp wrote: > > Théo Maxime Tyburn writes: > > > Csepp writes: > > > >> Théo Maxime Tyburn writes: > >> > >>> ``` > >>> checking for OpenEXR >= 1.0.6... no > >>> [...] > >>> Delegate library configuration: > >>> OpenEXR --with-openexr=yes no > >>

Re: Imagemagick with OpenEXR support

2023-04-15 Thread Csepp
Théo Maxime Tyburn writes: > Csepp writes: > >> Théo Maxime Tyburn writes: >> >>> ``` >>> checking for OpenEXR >= 1.0.6... no >>> [...] >>> Delegate library configuration: >>> OpenEXR --with-openexr=yes no >>> ``` >> >> If we are going by semver, then 1.0.6 is incompatible

Re: Imagemagick with OpenEXR support

2023-04-15 Thread Théo Maxime Tyburn
Csepp writes: > Théo Maxime Tyburn writes: > >> ``` >> checking for OpenEXR >= 1.0.6... no >> [...] >> Delegate library configuration: >> OpenEXR --with-openexr=yes no >> ``` > > If we are going by semver, then 1.0.6 is incompatible with 3.x. Maybe > it expects an older ver

Re: Imagemagick with OpenEXR support

2023-04-12 Thread Csepp
Théo Maxime Tyburn writes: > Hi guixers, > > I am trying to add OpenEXR to the current Imagemagick. > > I tried this out > > ``` > (package > (inherit imagemagick) > (inputs (append `(("openexr" ,openexr)) (package-inputs imagemagick > ``` > > but in the configure phase: > ``` > checkin

Imagemagick with OpenEXR support

2023-04-12 Thread Théo Maxime Tyburn
Hi guixers, I am trying to add OpenEXR to the current Imagemagick. I tried this out ``` (package (inherit imagemagick) (inputs (append `(("openexr" ,openexr)) (package-inputs imagemagick ``` but in the configure phase: ``` checking for OpenEXR >= 1.0.6... no [...] Delegate library config