-
Notifications
You must be signed in to change notification settings - Fork 39
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
Pin the CMAKE version #387
Conversation
Codecov Report
@@ Coverage Diff @@
## master #387 +/- ##
=======================================
Coverage 99.88% 99.88%
=======================================
Files 49 49
Lines 4469 4469
=======================================
Hits 4464 4464
Misses 5 5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
[sc-29794] |
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.
Thanks Amintor!
Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com>
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.
Looks good to me!
Thank you, @chaeyeunpark and @mlxd! |
Context:
Pin CMake to 3.24.x in wheel-builder to avoid Python not found error in CMake 3.25, when building wheels for PennyLane-Lightning-GPU.
Description of the Change:
All wheels are consistently pinned to the same CMAKE version.
Benefits:
When building Linux wheels for PennyLane-Lightning-GPU, the building process will have a consistent CMAKE version throughout the suite.
Possible Drawbacks:
Related GitHub Issues: