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
> >>
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
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
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
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