Elliot Saba
Elliot Saba
> but it may well pass std::string as we return DNA sequences which are currently just strings Note that `char *` is fine; it's only `std::string` that is the problem....
This should be considered a bug. We’ll fix it ASAP
We may be able to parse the output of `tar --help` for `--force-local` to optionally enable it?
I'm not sure why this would be failing; my best guess is that your change to `probe_cmd()` is causing it to think it can't find `sh` on Travis. I can't...
This is because the IConv builder output doesn't have a version in its name. This will happen automatically the next time a new build is performed for IConvBuilder.
I've made a few changes to `OutputCollector` since this initial bug report; does this still happen?
Yeah, there's not really going to be a way to fix this in BinaryProvider; we _have_ to set the `LD_LIBRARY_PATH` for some executable products, and as long as the interface...
libz is _very_ stable, so you rarely need to worry about that. (It's quite backwards-compatible). libcurl is less stable, but it's usually pretty backwards-compatible. Are you running on a super-new...
If you `pkg> add Homebrew#master` does that change anything?
For now, until a new version of `Homebrew.jl` is released.