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

Remove unnecessary flags in Legion CMake build (#932) #935

Merged
merged 4 commits into from
Feb 21, 2024

Conversation

manopapad
Copy link
Contributor

Redoing #932 to fix CI issues without affecting the main branch

* Remove unnecessary flags in Legion CMake build.

The flag --root here is a workaround for buggy behavior in `pip install`
where pip would ignore the --prefix setting when --global-option was
supplied. As it turns out, --global-option is deprecated anyway so we
removed in Legion. As a result, this is no longer required; the prefix
is already set in the upstream project and the need for --root goes away
with the removal of --global-option.

See this Legion MR for details:

https://gitlab.com/StanfordLegion/legion/-/merge_requests/1072

* Make sure to use the latest Legion

---------

Co-authored-by: Manolis Papadakis <[email protected]>
Co-authored-by: Manolis Papadakis <[email protected]>
@manopapad manopapad added the category:improvement PR introduces an improvement and will be classified as such in release notes label Feb 7, 2024
@manopapad manopapad merged commit 0f509a0 into nv-legate:branch-24.01 Feb 21, 2024
51 checks passed
@manopapad manopapad deleted the mp/2024-02-06/redo-932 branch February 21, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:improvement PR introduces an improvement and will be classified as such in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants