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 version used in pip metadata when YARP_PYTHON_PIP_METADATA_INSTALL option is enabled #3097

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Mar 21, 2024

Fix conda-forge/yarp-feedstock#42 .

YARP is a bit peculiar as different from most CMake projects, <project>_VERSION is not the variable like 3.9.0 set by project , but rather a complex combination of characters like 3.9.0~dev. The actual variable that contains 3.9.0 is YARP_VERSION_SHORT.

@randaz81 randaz81 added the Component: Bindings swig, python, java, ruby, perl, octave, matlab, lua, csharp, tcl label Apr 2, 2024
@randaz81 randaz81 added this to the YARP 3.9.0 milestone Apr 2, 2024
@randaz81 randaz81 added the PR Type: Bugfix This PR fixes some bug label Apr 2, 2024
@randaz81 randaz81 merged commit 4660db4 into robotology:yarp-3.9 Apr 2, 2024
44 of 52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Bindings swig, python, java, ruby, perl, octave, matlab, lua, csharp, tcl PR Type: Bugfix This PR fixes some bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants