Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python : Update to version 3.10.13 #252

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

johnhaddon
Copy link
Member

This allows us to remove the pythonABIVersion stuff, since the m suffix was removed in Python 3.8 : https://bugs.python.org/issue36707.

@johnhaddon johnhaddon self-assigned this Feb 7, 2024
@murraystevenson
Copy link
Contributor

Looks good, nice to be able to clear up the m stuff.

In order to get this building with openssl 1.1.1 support in the gcc9 build container, I needed to specify the paths to the openssl11 headers and libs based on this.

		"LDFLAGS" : "-L{buildDir}/lib -L/usr/lib64/openssl11 -lssl -lcrypto",
		"CPPFLAGS" : "-I{buildDir}/include -I/usr/include/openssl11",

johnhaddon and others added 2 commits February 9, 2024 17:13
This allows us to remove the `pythonABIVersion` stuff, since the `m` suffix was removed in Python 3.8 : https://bugs.python.org/issue36707.
Python 3.10 requires OpenSSL 1.1.1 or above but Centos 7 system OpenSSL is 1.0. OpenSSL 1.1.1 is available via the openssl11 and openssl11-devel packages, which we install in our Centos 7 build container, but we need to give `configure` a bit of help in order to find them.
@murraystevenson
Copy link
Contributor

Rebased and pushed an additional commit to deal with the aforementioned openssl11 stuff on Linux.

@murraystevenson murraystevenson merged commit 37a4522 into GafferHQ:main Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants