Elliot Saba
Elliot Saba
Can you show what you mean by "apt-get crashes"? That sounds really weird.
Ah, okay. I see the issue now. @Keno, I'm not entirely sure how `library_group`s work if you define multiple groups. Will BinDeps satisfy one or the other automatically? If so,...
I think we should change the `@BinDeps.load_dependencies` macro to do all this for us. It should check that `deps/deps.jl` was successfully created, as well as checking that all the libraries...
That is a very good point, and I agree wholeheartedly. We need to put more intelligence into `deps/deps.jl` then. Perhaps `deps.jl` should not just omit libraries when it doesn't find...
So to follow up on this really late; I have also discovered that `BinDeps.debug()` modifies state somehow; which is really, Really, _REALLY_ not what it's supposed to do. If you're...
Yep, missed a bunch because I was only looking for `get(opts, :arg)` instead of `haskey(opts, :arg)`.
We should run the tests again just in case.
There, I just rebased onto `master`. Let's make sure everything is still green.
We could conceivably have not only a `library_dependency` but also a `binary_dependency` in BinDeps, and it could get output into `deps/deps.jl` after `@BinDeps.install`.
@jiahao I gotchu