Tony Kelman
Tony Kelman
Apparently HttpParser hasn't been fixed since we removed the 0.4 deprecations on nightly. HttpParser has some API changes not yet resolved that mean it currently can't be tagged until an...
Sounds like a good idea, would be happy to review something like this. One thing to note is that `which` isn't always installed by default on e.g. minimal Fedora containers,...
`/usr/bin/env foo` maybe? depends whether executing with no arguments is expected to work meaningfully
It's docker containers where I've seen it missing and need to be manually installed (to be able to build Julia).
Whichever dependency is invoking BinDeps can now add a zypper specific provider information, which may help here. Can you narrow the issue down to one of PyPlot's dependencies?
Sounds good. I actually have leap on a partition now so I can also play with this, but I don't boot into it as often as I like since I...
I think Elliot figured out why this was happening over at https://github.com/staticfloat/Nettle.jl/issues/68 - apparently opensuse has `apt-get` and when it gets called that triggers YaST. So I bet if we...
Something like that might work, but wouldn't necessarily help existing opensuse versions, right? Since `&&` does short-circuit, I think it would be safe to change that line to ``` const...
Did this work before 2014?
Try adding ``` julia function generate_steps(dep::LibraryDependency,h::CustomPathBinaries,opts) steps = @build_steps begin ChecksumValidator(get(opts,:SHA,get(opts,:sha,"")),h.path) end end ``` and see if that helps