[SciPy-Dev] Numba as a dependency for SciPy?
Nathaniel Smith
njs at pobox.com
Tue Mar 6 20:02:14 EST 2018
On Tue, Mar 6, 2018 at 3:32 PM, Stanley Seibert <sseibert at anaconda.com> wrote:
> One thing that really is unpleasant on ARM is compiling LLVM, so we would
> probably want to make sure we had conda packages and wheels available for
> llvmlite on ARM. Is there any precedent for posting Linux ARMv7 wheels to
> PyPI? (For conda, we would just make sure they appear in Jonathan's
> berryconda channel.)
No, there currently isn't any way to post Linux ARM wheels on PyPI.
There could be -- the main issue is defining what "Linux ARMv7" means
in enough detail for pip to figure out which wheels it should be
trying to download on a given system.
-n
--
Nathaniel J. Smith -- https://vorpus.org
More information about the SciPy-Dev
mailing list