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 1190228bb969a381729223451bc8fa2eb356093e..39db4d6262193c17293ab5b9d0e33fbef21b4a53 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'