pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Patch: lang/python39: Fix on macOS 11/aarch64
maya%NetBSD.org@localhost wrote:
> > Python is the main breakage on macOS 11/aarch64 right now. Upstream
> > have merged support on the master branch, so I backported that to
> > 3.9 to start with.
> >
> > The patches consist of:
> > - The upstream work: https://github.com/python/cpython/pull/22855
> > - Fix to setup.py to find libbz2.tbd and libz.tbd.
> > - Addition of architecture configuration to _decimal module.
> >
> > Once an updated 3.9 is released with this support (as upstream
> > intends to), these patches can be dropped.
> >
> > OK to commit?
>
> OK.
> You might want to upstream the _decimal stuff if they haven't got it yet
> :-)
Thanks, committed. Turns out the _decimal fix got to upstream a couple
of days ago already. The library search path thing needs a better, more
general solution, which they're working on:
https://bugs.python.org/issue41116
Sijmen
Home |
Main Index |
Thread Index |
Old Index