From f4fed00008bcb317d20faca36d657f884322e62b Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sat, 28 Feb 2026 00:11:43 +0100 Subject: [PATCH] add back patch to fix hardcoded paths in setup.py for libxml2-python 2.12.10 + 2.14.3 --- .../libxml2-python-2.12.10-GCCcore-13.3.0.eb | 3 +++ .../libxml2-python/libxml2-python-2.14.3-GCCcore-14.3.0.eb | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.12.10-GCCcore-13.3.0.eb b/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.12.10-GCCcore-13.3.0.eb index 23bb3d79140e..bcbeb9427053 100644 --- a/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.12.10-GCCcore-13.3.0.eb +++ b/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.12.10-GCCcore-13.3.0.eb @@ -13,8 +13,11 @@ toolchainopts = {'pic': True} source_urls = ['https://download.gnome.org/sources/libxml2/%(version_major_minor)s/'] sources = ['libxml2-%(version)s.tar.xz'] +patches = ['libxml2-python-2.11.4_fix-hardcoded-paths.patch'] checksums = [ {'libxml2-2.12.10.tar.xz': 'c3d8c0c34aa39098f66576fe51969db12a5100b956233dc56506f7a8679be995'}, + {'libxml2-python-2.11.4_fix-hardcoded-paths.patch': + 'b8069b149ab7e0e3a96ca1462c07d0bf1d7c7434eb434eb1b0ec824074b70f6a'}, ] builddependencies = [ diff --git a/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.14.3-GCCcore-14.3.0.eb b/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.14.3-GCCcore-14.3.0.eb index 5ca6ba79cc2c..8f5df6fad542 100644 --- a/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.14.3-GCCcore-14.3.0.eb +++ b/easybuild/easyconfigs/l/libxml2-python/libxml2-python-2.14.3-GCCcore-14.3.0.eb @@ -13,7 +13,12 @@ toolchainopts = {'pic': True} source_urls = ['https://download.gnome.org/sources/libxml2/%(version_major_minor)s/'] sources = ['libxml2-%(version)s.tar.xz'] -checksums = ['6de55cacc8c2bc758f2ef6f93c313cb30e4dd5d84ac5d3c7ccbd9344d8cc6833'] +patches = ['libxml2-python-2.11.4_fix-hardcoded-paths.patch'] +checksums = [ + {'libxml2-2.14.3.tar.xz': '6de55cacc8c2bc758f2ef6f93c313cb30e4dd5d84ac5d3c7ccbd9344d8cc6833'}, + {'libxml2-python-2.11.4_fix-hardcoded-paths.patch': + 'b8069b149ab7e0e3a96ca1462c07d0bf1d7c7434eb434eb1b0ec824074b70f6a'}, +] builddependencies = [ ('binutils', '2.44'),