From 38f9accf10ab8862585ea2ef04e6270f2ff76996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Jord=C3=A0?= <marc.jorda@bsc.es> Date: Fri, 8 Mar 2024 17:30:12 +0100 Subject: [PATCH] Silent warn about local var name --- .../mpc-allocator/mpc-allocator-0.2.ecoHMEM-GCCcore-11.3.0.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Golden_Repo/m/mpc-allocator/mpc-allocator-0.2.ecoHMEM-GCCcore-11.3.0.eb b/Golden_Repo/m/mpc-allocator/mpc-allocator-0.2.ecoHMEM-GCCcore-11.3.0.eb index 1190228b..39db4d62 100644 --- a/Golden_Repo/m/mpc-allocator/mpc-allocator-0.2.ecoHMEM-GCCcore-11.3.0.eb +++ b/Golden_Repo/m/mpc-allocator/mpc-allocator-0.2.ecoHMEM-GCCcore-11.3.0.eb @@ -34,9 +34,9 @@ dependencies = [ configure_without_installdir = True -args_list = '-DOPENPA_PREFIX=$EBROOTOPENPA,-DHWLOC_PREFIX=$EBROOTHWLOC,-DCMAKE_INSTALL_PREFIX=%(installdir)s' +local_args = '-DOPENPA_PREFIX=$EBROOTOPENPA,-DHWLOC_PREFIX=$EBROOTHWLOC,-DCMAKE_INSTALL_PREFIX=%(installdir)s' configure_cmd = './independant_build.sh --mode=Release --cmake' -configure_cmd += ' --args="' + args_list + '"' +configure_cmd += ' --args="' + local_args + '"' build_cmd = 'make -C build' install_cmd = 'make -C build install' -- GitLab