From 18582cb47c26127ba6faebf937e81080bfb7c35b Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 17 Aug 2023 09:50:59 +0200 Subject: [PATCH] rename patch for Yambo 5.1.2 to fix compilation with SLEPc --- easybuild/easyconfigs/y/Yambo/Yambo-5.1.2-intel-2021b.eb | 4 ++-- .../{yambo_slepc_fix.patch => Yambo-5.1.2_fix-SLEPc.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename easybuild/easyconfigs/y/Yambo/{yambo_slepc_fix.patch => Yambo-5.1.2_fix-SLEPc.patch} (100%) diff --git a/easybuild/easyconfigs/y/Yambo/Yambo-5.1.2-intel-2021b.eb b/easybuild/easyconfigs/y/Yambo/Yambo-5.1.2-intel-2021b.eb index e29b903deef..7f0073ff941 100644 --- a/easybuild/easyconfigs/y/Yambo/Yambo-5.1.2-intel-2021b.eb +++ b/easybuild/easyconfigs/y/Yambo/Yambo-5.1.2-intel-2021b.eb @@ -37,12 +37,12 @@ sources = [ 'extract_cmd': 'cp %s yambo-%(version)s/lib/archive/', }, ] -patches = ['yambo_slepc_fix.patch'] +patches = ['Yambo-5.1.2_fix-SLEPc.patch'] checksums = [ {'yambo-5.1.2.tar.gz': '9625d8a96bd9a3ff3713ebe53228d5ac9be0a98adecbe2a2bad67234c0e26a2e'}, {'yambo-libraries-1.0.tar.gz': 'f25d86101cc9cead9f64f05181aab1f06eac8528fea5ba5c586b2b9512cb8492'}, {'iotk-y1.2.2.tar.gz': 'c0a4eb19f3e885d83d7afa52eb90658fba7cb1cb6e66049866a98dcc980de543'}, - {'yambo_slepc_fix.patch': 'e44a0f85ec5eb55da7c7d42937b4c452bde2ed2c6d2f98fffca15696c82b7df6'}, + {'Yambo-5.1.2_fix-SLEPc.patch': 'e44a0f85ec5eb55da7c7d42937b4c452bde2ed2c6d2f98fffca15696c82b7df6'}, ] dependencies = [ diff --git a/easybuild/easyconfigs/y/Yambo/yambo_slepc_fix.patch b/easybuild/easyconfigs/y/Yambo/Yambo-5.1.2_fix-SLEPc.patch similarity index 100% rename from easybuild/easyconfigs/y/Yambo/yambo_slepc_fix.patch rename to easybuild/easyconfigs/y/Yambo/Yambo-5.1.2_fix-SLEPc.patch