[pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2021-12-02 Thread Miro Hrončok
Hello PyPy folks, I co-maintain the PyPy and CPython interpreter packages in Fedora and I am excited but a bit puzzled by a certain change that happened in PyPy 3.8. The installation layout of PyPy 3.8 was changed to be more like the CPython layout: https://doc.pypy.org/en/latest/release-v7.3

Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2021-12-02 Thread Michał Górny
On Thu, 2021-12-02 at 19:45 +0100, Miro Hrončok wrote: > However, I found 4 problems: > > 1) The PyPy install scheme only has "lib", not "lib64" > > I think we could sort this by a tiny patch that we used to carry in CPython > 3.8 > before configurable platlibdir was introduced in 3.9. Are you

Re: [pypy-dev] Installation layout of the PyPy 3.8 Fedora package

2021-12-02 Thread Armin Rigo
Hi, On Thu, 2 Dec 2021 at 21:10, Michał Górny wrote: > > 4) The /usr/bin/libpypy3-c.so file is *not* namespaced and seems misplaced > > TBH I've never really understood the purpose of this file. > We've stopped using it at some point and nothing really changed for us. It is needed for "embeddin