Tony Kelman
Tony Kelman
Reverts JuliaLang/BinDeps.jl#326. Non-glibc linux distros exist and Julia runs on them, glibc-built binaries should never be used there.
This is an attempt to fix #123 - unfortunately I'm not getting any useful error message for the WinRPM issue from https://github.com/JuliaLang/ZMQ.jl/issues/69, and strangely the warning is getting repeated twice,...
Mostly a reminder to myself to figure out how to do this, if no one else gets to it before I can. Dependency problems (like libgfortran not having a certain...
Will help with https://github.com/JuliaOpt/Ipopt.jl/issues/77 - the change in threading model broke a bunch of packages. This is a little risky because upstream changes might end up causing the downloaded dll's...
ref https://github.com/JuliaLang/IJulia.jl/issues/329#issuecomment-127100041 We may want to only do this if we detect a Julia version upgrade - breaking an existing setup due to upstream changes from opensuse might not be...
Ref #35 and most other issues that have come up from either flaky opensuse connectivity, or name/version changes upstream breaking things without warning in Julia packages. We should investigate how...
this allows installing the package elsewhere
This confused a colleague of mine: `a = b,` creates a 1-element tuple in `a`. It's an easy typo to make if you're used to putting semicolons at the end...
release will change over time, but your REQUIRE file says this package supports julia 0.3 so it should continue to be tested
The signatures of `A_mul_B!` and `scale!` and similar here that take start indices that don't match the signatures used by those functions in base don't really need to use the...