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

Pin the CMAKE version #387

Merged
merged 6 commits into from
Nov 24, 2022
Merged

Pin the CMAKE version #387

merged 6 commits into from
Nov 24, 2022

Conversation

AmintorDusko
Copy link
Contributor

@AmintorDusko AmintorDusko commented Nov 21, 2022

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:

@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Merging #387 (252685e) into master (fff2401) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #387   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          49       49           
  Lines        4469     4469           
=======================================
  Hits         4464     4464           
  Misses          5        5           
Impacted Files Coverage Δ
pennylane_lightning/_version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@AmintorDusko AmintorDusko changed the title Pin CMAKE version Pin the CMAKE version Nov 21, 2022
@AmintorDusko
Copy link
Contributor Author

[sc-29794]

@AmintorDusko AmintorDusko marked this pull request as ready for review November 21, 2022 17:47
Copy link
Member

@mlxd mlxd left a 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>
Copy link
Contributor

@chaeyeunpark chaeyeunpark left a 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!

@AmintorDusko
Copy link
Contributor Author

Thank you, @chaeyeunpark and @mlxd!

@AmintorDusko AmintorDusko merged commit 6ae083f into master Nov 24, 2022
@AmintorDusko AmintorDusko deleted the pin_cmake_version branch November 24, 2022 17:38
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.

3 participants