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