Elliot Saba
Elliot Saba
I've used `linuxbrew` to install things on a locked-down Linux cluster, and it works okay, but I wouldn't consider it ready for primetime yet.
@rened have you used this patch against BinDeps to install a `nix` package yet?
If you want challenging, try `Gtk.jl` or `Cairo.jl`. Good candidates for things that might not have Nix formulae yet are things like `nlopt` and `Cbc.jl`. I'd also be interested in...
Yeah, you'll need to provide a global entry on the `LOAD_PATH` for this to work.
@sjdaines if you want to open a PR changing `load_preference()` to support `AbstractString` (and add a test for it) I'd be happy to review and merge!
I think you're being overruled here Tony, as Alex, Andreas and I all seem to agree that this change is desirable. Although I sympathize and agree that we should attempt...
@timholy one more ping to see if you can help explain why the above change was made. If not, I'm just going to revert, and we'll fix any issues that...
Nope. Let's just go ahead and do it.
Hmmm, yeah. I see what you mean. I think the proper way to do this would be to create a sub-dependency that GLPK is dependent on, and have that sub-dependency...
@Keno how hard would it be to create a `BinDeps` target that is not a dynamic library? As far as I can tell, all we really need is something akin...