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

gm2calc: migrate to Conan v2 #18689

Merged
merged 5 commits into from
Nov 10, 2023
Merged

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jul 19, 2023

TODO

  • src/slhaea.h:25:10: fatal error: boost/algorithm/string/classification.hpp: No such file or directory.
  • Either use lower Boost version or bump min_cppstd to 14.

@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

This comment has been minimized.

@valgur
Copy link
Contributor Author

valgur commented Jul 26, 2023

Closing temporarily to avoid unnecessary load on the CI. Will reopen when I'm actively working on the PR again.

@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

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 8 (016d04df9bd0d292b85980e69e126d46cd58268d):

  • gm2calc/1.7.5:
    All packages built successfully! (All logs)

  • gm2calc/2.0.0:
    All packages built successfully! (All logs)

  • gm2calc/2.2.0:
    All packages built successfully! (All logs)

  • gm2calc/2.1.0:
    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 9 (016d04df9bd0d292b85980e69e126d46cd58268d):

  • gm2calc/2.2.0:
    All packages built successfully! (All logs)

  • gm2calc/1.7.5:
    All packages built successfully! (All logs)

  • gm2calc/2.0.0:
    All packages built successfully! (All logs)

  • gm2calc/2.1.0:
    All packages built successfully! (All logs)

@uilianries uilianries self-assigned this Nov 10, 2023

def generate(self):
tc = CMakeToolchain(self)
tc.variables["CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"] = True
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
tc.variables["CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"] = True
tc.variables["CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS"] = True
tc.variables["ENABLE_TESTS"] = True

Since 2.2 you can actually disable tests:
https://github.com/GM2Calc/GM2Calc/blob/v2.2.0/CMakeLists.txt#L9

@conan-center-bot conan-center-bot merged commit 3d18ede into conan-io:master Nov 10, 2023
28 checks passed
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

4 participants