[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Imagemagick with OpenEXR support
From: |
Csepp |
Subject: |
Re: Imagemagick with OpenEXR support |
Date: |
Wed, 12 Apr 2023 20:08:58 +0200 |
Théo Maxime Tyburn <theo.tyburn@gmail.com> 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:
> ```
> checking for OpenEXR >= 1.0.6... no
> [...]
> Delegate library configuration:
> OpenEXR --with-openexr=yes no
> ```
>
> I'm not sure why OpenEXR is not visible at configure time. There doesn't
> seem to be any manual addition of references to include or lib
> directories from the store in the current imagemagick package
> definition. So I assume it should just work fine.
>
> Any idea?
>
> Théo
If we are going by semver, then 1.0.6 is incompatible with 3.x. Maybe
it expects an older version?