-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
accellera-uvm-systemc: systemc lib is required for uvm-systemc #16361
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Is there any problem with reviewing and merging this pull request? Should anything be added or changed? |
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @staskau
Sorry for the delay, the backlog in ConanCenter is very large.
This is looking good, thanks for your contribution. Just a note of warning, this recipe is not ready for Conan 2.0 (same for systemc), still can be merged, but eventually it will need to be updated to be built in ConanCenter.
prince-chrismc/conan-center-index-pending-review#1 You can see there is a big deal happening, you can use that board to see the state of PRs |
Specify library name and version: accellera-uvm-systemc/1.0-beta4
This is a bug fix in conanfile.py: systemc was declared as a tool_requirement, but systemc is is not a tool. This is a library required for uvm-systemc.
For some reason it worked fine in the past, but now tool_requires("systemc/2.3.3") leads to the following error message: