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

Unable to determine tool version if tool definition for newer version doesn't exist #26

Open
micahsnyder opened this issue Aug 3, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@micahsnyder
Copy link
Contributor

Mussels tool definitions must exist to be able to identify a version of the tool. If the tool installed is newer than the definitions available and a >= is used for the tool to specify the minimum tool version Mussels thinks the tool is missing.

Specifically what I'm observing is my PC has CMake 3.18, but I only have tool definitions for cmake 3.13 - 3.15. If my recipe says it needs cmake, then it's fine, but if it says cmake>= 3.14, then it thinks CMake is missing.

Ideally there would be a tool command that could be defined for a generic version-less tool definition that could identify the tool version programmatically so a version-specific definition wouldn't be required.

Food for thought.

@micahsnyder micahsnyder added the bug Something isn't working label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant