Elliot Saba
Elliot Saba
I'm not certain what you're asking? Could you be a little bit more specific? Are you seeing some kind of error?
The intention for this package is to have these commands within your `deps/build.jl` file. That file gets run once at `Pkg.build()` time, which typically happens directly after package installation. If...
Hmmm, no, `Homebrew.jl` should definitely be installing into a Homebrew-version-specific directory. E.g. `packages/Homebrew.jl//deps/usr`. So if you `Homebrew.add("graphviz")`, unless something goes wrong, `Homebrew.installed("graphviz")` should be true.
That's correct; it only registers Homebrew as one possible provider of `graphviz`. You need a `BinDeps.@install` at the bottom of your installation script to actually do the installation. I've added...
What version of Julia and Homebrew are you using? And what version of macOS are you using?
As a temporary fix, you can run those commands in the `build.jl` of `Gtk.jl`?
Unfortunately, when it is quoted with backticks (as in your original message) it doesn't ping me. So I'm glad you pinged me a second time! Yes, upgrading your OS will...
Interesting. If you look around within the `/Users/rveltz/.julia/v0.6/Homebrew/deps/usr` directory, what do you see? Is there a `bin` folder? Is there a `brew` executable within that `bin` folder?
I just pushed up a few small changes to Homebrew, try `Pkg.checkout("Homebrew")` and try again.
@rveltz are you still having troubles?