Skip to content
Snippets Groups Projects
Commit 38f9accf authored by Marc Jorda's avatar Marc Jorda
Browse files

Silent warn about local var name

parent 0c4dfcdb
No related branches found
No related tags found
No related merge requests found
...@@ -34,9 +34,9 @@ dependencies = [ ...@@ -34,9 +34,9 @@ dependencies = [
configure_without_installdir = True 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 = './independant_build.sh --mode=Release --cmake'
configure_cmd += ' --args="' + args_list + '"' configure_cmd += ' --args="' + local_args + '"'
build_cmd = 'make -C build' build_cmd = 'make -C build'
install_cmd = 'make -C build install' install_cmd = 'make -C build install'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment