conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

numba appears to find cos7 symbols #92

Open beckermr opened 2 years ago

beckermr commented 2 years ago

It appears that the numba build finds cos7 symbols even though the sysroot is cos6. These symbols come from the system as opposed to our compilers I think.

For now we have moved the docker container back to cos6 to hack around this. We'll want to remove that hack in the future.

jakirkham commented 2 years ago

Could you please share more about what symbols and the error message? Does this happen on import for example or when doing some basic operation? Would help to get this insight so we can figure out how to fix this

jakirkham commented 2 years ago

Missed issue ( https://github.com/conda-forge/numba-feedstock/issues/89 ), which looks like has some of this context