unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Imagemagick with OpenEXR support
@ 2023-04-12 14:44 Théo Maxime Tyburn
  2023-04-12 18:08 ` Csepp
  0 siblings, 1 reply; 5+ messages in thread
From: Théo Maxime Tyburn @ 2023-04-12 14:44 UTC (permalink / raw)
  To: guix-devel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-16  0:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12 14:44 Imagemagick with OpenEXR support Théo Maxime Tyburn
2023-04-12 18:08 ` Csepp
2023-04-15 20:56   ` Théo Maxime Tyburn
2023-04-15 23:35     ` Csepp
2023-04-16  0:17       ` Théo Tyburn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).