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

gaia-ecs: new recipe #23080

Merged
merged 5 commits into from
Aug 5, 2024
Merged

gaia-ecs: new recipe #23080

merged 5 commits into from
Aug 5, 2024

Conversation

RazielXYZ
Copy link
Contributor

@RazielXYZ RazielXYZ commented Mar 13, 2024

Specify library name and version: gaia-ecs/0.8.5
Cmake target is named just "gaia" as per upstream's cmakelists


@conan-center-bot

This comment has been minimized.

Comment on lines 9 to 11
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
target_link_libraries(${PROJECT_NAME} PRIVATE Threads::Threads)
Copy link
Contributor

Choose a reason for hiding this comment

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

The fact that he test package isn't using threads directly indicates that something is missing in the package_info method. Perhaps:

if self.settings.os in ["FreeBSD", "Linux"]:
    self.cpp_info.system_libs = ["pthread"]

Copy link
Member

Choose a reason for hiding this comment

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

+1 at this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point!

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 5 (c4bb3479f21be06eb7c4296d848c1230718762e0):

  • gaia-ecs/0.8.6:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 5 (c4bb3479f21be06eb7c4296d848c1230718762e0):

  • gaia-ecs/0.8.6:
    All packages built successfully! (All logs)

Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

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

Thanks!

@conan-center-bot conan-center-bot merged commit 7a4c1ec into conan-io:master Aug 5, 2024
13 checks passed
uilianries pushed a commit to uilianries/conan-center-index that referenced this pull request Aug 7, 2024
* gaia-ecs: new recipe

* Add pthread

* Remove threads from test cmakelists

* Change to 0.8.6
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.

5 participants