◐ Shell
clean mode source ↗

Bump macOS build recommendations to OpenSSL v3.0 by erlend-aasland · Pull Request #1112 · python/devguide

@erlend-aasland erlend-aasland changed the title gh-1111: Bump macOS build recommendations to OpenSSL v3.0 Bump macOS build recommendations to OpenSSL v3.0

Jun 8, 2023
1. removing references to 3.7 which will be end-of-life shortly
   and otherwise would require including OpenSSL 1.1.1 libs.
2. removing MacPorts recipe for 3.10 and earlier because there
   are conflicts with the use of --with-openssl and the use of
   CPPFLAGS/LDFLAGS.

ned-deily

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I've pushed some changes to the PR. Rather than try to differentiate between OpenSSL 1.1.1 and 3.x, which would complicate things (like the brew installs) and since we want to get to 3.0 anyway, let's just bite the bullet here. I've also simplified the MacPorts recipes by removing the suggestion for 3.10 and earlier as that doesn't quite build correctly.

@erlend-aasland

@erlend-aasland