Skip to content

Commit

Permalink
[SCons] Show version in post-install messsage
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and bryanwweber committed Aug 4, 2022
1 parent 06e012f commit efb6632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SConstruct
Expand Up @@ -2098,8 +2098,9 @@ def postInstallMessage(target, source, env):
{matlab_ctpath_loc!s}
""".format(**env_dict)))

status = f" Cantera {env['cantera_version']} has been successfully installed "
install_message = [
f"\n{' Cantera has been successfully installed ':*^80}\n",
f"\n{status:*^80}\n",
"\n".join(install_message),
f"\n{'*' * 80}\n",
]
Expand Down

0 comments on commit efb6632

Please sign in to comment.