[Cryptography-dev] Rust in pyca/cryptography

Paul Kehrer paul.l.kehrer at gmail.com
Tue Jan 19 14:05:33 EST 2021


PEP 599 expanded the manylinux standard to include armv7l and aarch64.
That is/was called manylinux2014, although subsequently PEP 600
defined a new glibc version based tagging system which negates the
need to ship new pip versions that understand new tags. So you can
ship arm wheels now (albeit only those two arm ABI variants). We ship
aarch64 for cryptography right now.

-Paul

On Tue, Jan 19, 2021 at 12:55 AM Hynek Schlawack <hs at ox.cx> wrote:
>
> My understanding from (the stalled) https://github.com/pypa/manylinux/issues/84 and Anthony’s comments is that the problem is a lack of a clear ARM command set standard/lack of wheel tags? Or am I missing something?
>
> > On 13. Jan 2021, at 14:37, Alex Gaynor <alex.gaynor at gmail.com> wrote:
> >
> > https://www.python.org/dev/peps/pep-0599/ :-)
> >
> > Alex
> >
> > On Wed, Jan 13, 2021 at 2:49 AM Hynek Schlawack <hs at ox.cx> wrote:
> >>
> >>
> >>
> >>> On 12. Jan 2021, at 19:05, Alex Gaynor <alex.gaynor at gmail.com> wrote:
> >>>
> >>> At the moment we provide wheels for:
> >>>
> >>> - x86_64, arm64 Linux
> >>
> >> This is interesting, I’ve been told (<https://github.com/hynek/argon2-cffi/pull/74#issuecomment-735356887> et ff) that there’s no arm64 wheel standard yet and thus arm64 wheels are likely to cause problems.
> >>
> >> Have there been any new development in that regard? Maybe a discussion I can read up?
> >> _______________________________________________
> >> Cryptography-dev mailing list
> >> Cryptography-dev at python.org
> >> https://mail.python.org/mailman/listinfo/cryptography-dev
> >
> >
> >
> > --
> > All that is necessary for evil to succeed is for good people to do nothing.
> > _______________________________________________
> > Cryptography-dev mailing list
> > Cryptography-dev at python.org
> > https://mail.python.org/mailman/listinfo/cryptography-dev
>
> _______________________________________________
> Cryptography-dev mailing list
> Cryptography-dev at python.org
> https://mail.python.org/mailman/listinfo/cryptography-dev


More information about the Cryptography-dev mailing list