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

scc: migrate to Conan v2 #18715

Merged
merged 17 commits into from
Jul 4, 2024
Merged

scc: migrate to Conan v2 #18715

merged 17 commits into from
Jul 4, 2024

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jul 20, 2023

No description provided.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@memsharded memsharded self-assigned this Jul 24, 2023
@memsharded
Copy link
Member

I am working on this, but still work to do. This PR is beyond 2.0 support, because it is fixing the previous recursive installation of packages hardcoded in scc CMakeLists.txt.

I have hit the issue that systemc is still not Conan 2.0 ready, will check it.

@conan-center-bot

This comment has been minimized.

1 similar comment
@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

This comment has been minimized.

@conan-center-bot conan-center-bot added Missing dependencies Build failed due missing dependencies in Conan Center Version conflict There is a version conflict when solving the dependencies graph labels Nov 2, 2023
@conan-center-bot

This comment has been minimized.

@conan-center-bot conan-center-bot removed the Version conflict There is a version conflict when solving the dependencies graph label Nov 15, 2023
@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 May 30, 2024

#24165

@valgur valgur closed this May 30, 2024
@valgur valgur reopened this Jul 1, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (b34406f0f17ee52e504a3aa0e442089cfa4234da):

  • scc/2023.06:
    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 1 (b34406f0f17ee52e504a3aa0e442089cfa4234da):

  • scc/2023.06:
    All packages built successfully! (All logs)

template<typename T>
inline void vcdEmitValueChangeReal(FPTR os, std::string const& handle, unsigned bits, T val){
- auto buf = fmt::format("r{:.16g} {}\n", val, handle);
+ auto buf = fmt::format("r{:.16g} {}\n", static_cast<double>(val), handle);
Copy link
Member

Choose a reason for hiding this comment

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

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! Feel free to add the new version in a follow-up PR :)

@conan-center-bot conan-center-bot merged commit e1bfc01 into conan-io:master Jul 4, 2024
23 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.

5 participants