Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ toolchainopts = {'pic': True}

source_urls = ['https://www.python.org/ftp/%(namelower)s/%(version)s/']
sources = [SOURCE_TGZ]
patches = ['Python-3.11.5-custom-ctypes.patch']
checksums = [
{'Python-3.11.5.tgz': 'a12a0a013a30b846c786c010f2c19dd36b7298d888f7c4bd1581d90ce18b5e58'},
{'Python-3.11.5-custom-ctypes.patch': 'f145f6daf11f430da45c1da77f1795e4793ee170178a3e97a8286c3c5468f997'},
]

# Like patches, but these will only be applied if EasyBuild is configured to filter LD_LIBRARY_PATH
# In that scenario, ctypes needs to be patched since it heavily relies on LD_LIBRRY_PATH to find libraries
patches_filter_ld_library_path = ['Python-3.11.5-custom-ctypes.patch']
checksums_filter_ld_library_path = [
{'Python-3.11.5-custom-ctypes.patch': 'f145f6daf11f430da45c1da77f1795e4793ee170178a3e97a8286c3c5468f997'},
]

builddependencies = [
('UnZip', '6.0'),
('pkgconf', '2.0.3'),
Expand Down