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

[conan 2] Migrate box2d 2.4.x recipe #12516

Merged
merged 17 commits into from
Oct 7, 2022

Conversation

danimtb
Copy link
Member

@danimtb danimtb commented Aug 24, 2022

Specify library name and version: lib/1.0

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@stale
Copy link

stale bot commented Sep 24, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 24, 2022
@stale stale bot removed the stale label Sep 30, 2022
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@github-actions
Copy link
Contributor

Hooks produced the following warnings for commit 02e5d20
box2d/2.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.

@conan-center-bot

This comment has been minimized.

@github-actions
Copy link
Contributor

Hooks produced the following warnings for commit 4541025
box2d/2.4.1
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.
box2d/2.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.

recipes/box2d/2.4.x/conanfile.py Outdated Show resolved Hide resolved
recipes/box2d/2.4.x/conanfile.py Outdated Show resolved Hide resolved
recipes/box2d/2.4.x/conanfile.py Show resolved Hide resolved
recipes/box2d/2.4.x/conanfile.py Outdated Show resolved Hide resolved
recipes/box2d/2.4.x/conanfile.py Outdated Show resolved Hide resolved
recipes/box2d/2.4.x/conanfile.py Outdated Show resolved Hide resolved
recipes/box2d/2.4.x/test_package/conanfile.py Show resolved Hide resolved
danimtb and others added 8 commits October 6, 2022 15:45
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Comment on lines 66 to 67
self.cpp_info.names["cmake_find_package"] = "box2d"
self.cpp_info.names["cmake_find_package_multi"] = "box2d"
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs the new properties for the new generators

@conan-center-bot

This comment has been minimized.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2022

Hooks produced the following warnings for commit bf53928
box2d/2.4.1
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.
box2d/2.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.

Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

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

A good day to merge it!

@conan-center-bot
Copy link
Collaborator

All green in build 12 (f2d7e4edb6e49991910ea16249d433ef3d448276):

  • box2d/2.4.0@:
    All packages built successfully! (All logs)

  • box2d/2.4.1@:
    All packages built successfully! (All logs)

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2022

Hooks produced the following warnings for commit f2d7e4e
box2d/2.4.0
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.
box2d/2.4.1
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libbox2d.so' links to system library 'm' but it is not in cpp_info.system_libs.

@conan-center-bot conan-center-bot merged commit d77b5cd into conan-io:master Oct 7, 2022
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.

4 participants