Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix python_minimal interface to install Cantera YAML tools #1011

Merged
merged 1 commit into from Apr 10, 2021

Conversation

band-a-prend
Copy link
Contributor

Changes proposed in this pull request

The python_minimal SConscript did't copy cantera yaml tools (ck2yaml.py, cti2yaml.py, ctml2yaml.py) to python_minimal directory and therefore didn's install these scripts if Python Minimal interface is chosen to build.

This patch should fix this issue.

If applicable, fill in the issue number this pull request is fixing

Fixes #

Checklist

  • There is a clear use-case for this code change
  • The commit message has a short title & references relevant issues
  • Build passes (scons build & scons test) and unit tests address code coverage
  • The pull request is ready for review

The python_minimal SConscript did't copy
cantera yaml tools to python_minimal directory
and therefore didn's install these scripts.

Signed-off-by: band-a-prend <torokhov-s-a@yandex.ru>
Copy link
Member

@ischoegl ischoegl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implementation mimics existing implementation for ck2cti etc, so this looks good to me.

@speth speth merged commit b3c69ac into Cantera:main Apr 10, 2021
@band-a-prend
Copy link
Contributor Author

I had to find this issue on 2.5.0-beta but it seems I tested only build of python minimal configuration and never tested it's installation.

Thanks for review and merge!

@band-a-prend band-a-prend deleted the python_minimal branch April 12, 2021 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants