Tony Kelman
Tony Kelman
Ping again on this, what's needed to merge? I see the s3transfer dependency bounds (lower too, not just upper) changed minor version during a patch release of awscli. docutils versions...
docutils 0.18 ~~is also in pre-release right now~~ has been released as well
Worth noting that #7384 has the advantage that it was auto-generated by dependabot, but that PR is against the v2 branch so it would separately need to be backported to...
What is your `versioninfo()` ? Which Linux distribution and blas package are you using? Not all libraries are going to be flexible enough to handle an ILP64 Blas/Lapack, or one...
@ViralBShah no we do not ship an LP64 blas in default binaries. It would be quite large and only of benefit to packages. If packages need an LP64 blas they...
We're recommending the PPA less over time, in favor of the generic linux tarballs. Do the julia tests pass `Base.runtests()` after switching out blas and lapack? It's not a good...
You may need to change the --with-blas to use -L and -l linker flags, and/or patch sundials' build system to get the cvode library to link properly against blas and...
It looks to me like those dependabot PR's that are against v1 (develop) may need some manual tweaking to also update setup.cfg
Hm, `-y` and `--retry` might also be useful. Would want to make sure any flags we use are supported across whatever versions of curl are out there in the wild...
One thing you could try is asking Elliot to add that package's source download to his cache whitelist here https://github.com/staticfloat/cache.julialang.org/blob/66ace8d356c90b069a7ca5712e80c1eae9274e33/cache.py#L19