Binary dependencies are handled on a package-by-package basis, not by the
Pkg.* functions themselves.
What happens if you run Pkg.build("ZMQ")?
On Sunday, May 11, 2014 4:20:23 PM UTC-4, Kuba Roth wrote:
>
> Hi there,
> I've run into some problems with package manager in the recent(yesterday)
> build. It looks like the dependencies are no longer downloaded and build
> automatically as it used to be. I double checked that with the build from
> April 1st. and it indeed behaves differently. Running Pkg.add("ZMQ") does
> not download the source from the repository at the moment.
> I'm wondering if this is now a default behaviour - if the library is
> alread installed on the system (as it is in m case in /usr/lib), Julia just
> skips it. But it is not clear when this change was introduced and why Pkg
> no longer downloads dependencies itself.
>
> Thanks,
> Kuba
>