[pypy-dev] How have you found compiling in OpenSSL and other libraries into your relocatable builds?

2022-03-31 Thread Brett Cannon
I noticed that https://www.pypy.org/download.html says that "the linux binaries ship an OpenSSL library". Have you found that to be an issue in any way? Have users been accepting of it? I ask as I'm contemplating trying to get relocatable builds for CPython on Linux (to start), and I suspect th

[pypy-dev] Re: How have you found compiling in OpenSSL and other libraries into your relocatable builds?

2022-03-31 Thread matt--- via pypy-dev
I think you have to bundle on macOS - Apple ships a really old openssl. I think cpython on macOS does this already? Might be good to be consistently bundling the same thing in Linus as well. M -- Matt Billenstein m...@vazor.com > On Mar 31, 2022, at 3:36 PM, Brett Cannon wrote: > > I notice

[pypy-dev] Re: How have you found compiling in OpenSSL and other libraries into your relocatable builds?

2022-03-31 Thread Matti Picus
I think there are two different topics here: - macOS, windows: PyPy is not doing a good job with the native installers. We should be following CPython and provide real packages, not a tarball. This is issue 3697 [0] for macOS and issue 2894 [5] for windows. - linux: (aarch64, x86_64, i686):