You can specify custom BuildProcess steps that run arbitrary Julia code (or
shell out, etc.). Here are a some examples:

https://github.com/JuliaIO/ImageMagick.jl/blob/master/deps/build.jl
https://github.com/JuliaLang/Cairo.jl/blob/master/deps/build.jl

On Tue, Mar 22, 2016 at 11:47 PM, Robin Deits <[email protected]> wrote:

> Hi all,
>
> Using BinDeps, is there currently any way to specify binary dependencies
> which are not libraries? I can envision this being useful for declaring a
> build-time dependency on executables like pkg-config or cmake. Likewise, is
> there a way to declare a dependency on a set of headers? For example, I can
> check for libpython.so, but what if I need the user to install Python.h
> (e.g. via the python-dev package)?
>
> Thanks,
> Robin
>

Reply via email to