-
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
Remove run-time dependency on ninja #414
Conversation
Hello. You may have forgotten to update the changelog!
|
…ing into remove_deps
Codecov Report
@@ Coverage Diff @@
## master #414 +/- ##
=======================================
Coverage 99.88% 99.88%
=======================================
Files 49 49
Lines 4459 4459
=======================================
Hits 4454 4454
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. |
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.
I have just a suggestion to fix a typo.
Good job here!
Co-authored-by: Amintor Dusko <87949283+AmintorDusko@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.
Thanks @mlxd for this update!
Context: Ninja availability for lightning should be a compile time dependency only. Currently, it is listed as a runtime dependency.
Description of the Change: Remove ninja as a runtime dependency, and allow optional use at compile time in unavailable.
Benefits: Better support on platforms without spack wheels.
Possible Drawbacks:
Related GitHub Issues: