Elliot Saba
Elliot Saba
> 1. A channel selector used on the command-line, such as julia +beta (implemented). 👍 > 2. The JULIAUP_CHANNEL environment variable (not implemented). Hmmm, I can see this being useful,...
@ChrisRackauckas What's the status of this? Does it need further work?
``` Processed 4945 symbols; forwarded 157 symbols with 64-bit interface and mangling to a suffix of "64_" ``` It looked for 4945 symbols, it only found 157. Sounds like the...
It's not just that PROPACK is satisfied; any Julia code that is run that uses BLAS symbols needs to be satisfied as well.
Next steps: 1. Use a rootfs image on Linux to provide compilers 2. Use a docker image on windows to provide compilers
No, it has to be a part of this PR, as otherwise it's just constantly failing.
If you have other ideas on how to more safely autodetect the library interface, I'm happy to try them out. In this case, this probing routine was chosen because it...
I suggest bumping the minor version number (since this is prerelease) as well
@jdonnerstag can you try with Julia v1.5.4? or Julia v1.6? I think this may have already been fixed in both of those.
# The problem `libtorch.so` is looking for symbols in `libm.so` that are from a newer version of glibc than your system has installed. This is because [the recipe doesn't actually...