Graham Markall
Graham Markall
Debian bug is: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994294 I don't think it's going to be easy to move forward much with this until Debian picks up 0.54 (and a newer version of llvmlite based...
(Adding the "more info needed" pending the results of testing 0.54 on Debian ARM).
Many thanks for the update - I'm going to remove the "more info needed" label so this won't go stale again.
@drew-parsons To help understand the setup a bit better, could you provide the output of `numba -s` please?
[This GCC bug report](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563) seems to suggest that `libgcc.a` needs linking along with `libgcc_s.so.1` - does adding that to the link help?
I am trying to look into the correct way to add this but so far I haven't found the right way to replicate the issue. I've just installed Raspberry Pi...
I also installed the Debian-packaged Numba 0.52.0 and I haven't so far replicated the issue with that either.
I just noticed this in the `numba -s` output from above: ``` __Hardware Information__ Machine : armv8l ``` whereas I have `armv7l`.
I just tried the SD card in a Raspberry Pi 3 (as it's ARMv8, a Cortex A53 IIUC) and didn't replicate the issue in that either (though I did also...
It appears that there may be cases when kernels with signatures specified don't catch type errors as they should do, e.g.: https://github.com/numba/numba/pull/5388#issuecomment-603226418 - when looking into adding support for multiple...