We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When legate.core is cloned and built for the first time the _skbuild directory does not yet exist and the following command returns None: https://github.com/nv-legate/legate.core/blob/6f0f2b1f9ba91be70fee3e40677b9860aa3180c8/install.py#L364
None
A consequence is the later call to install_legion_bindings does nothing: https://github.com/nv-legate/legate.core/blob/6f0f2b1f9ba91be70fee3e40677b9860aa3180c8/install.py#L170C14-L170C14
install_legion_bindings
If install is run again a second time, the _skbuild directory will exist and the legion python bindings will be correctly installed.
This is blocking this PR for building docs, as a call to a legate library using the standard python interpreter fails: rapidsai/legate-boost#9
The text was updated successfully, but these errors were encountered:
jjwilke
No branches or pull requests
When legate.core is cloned and built for the first time the _skbuild directory does not yet exist and the following command returns
None
: https://github.com/nv-legate/legate.core/blob/6f0f2b1f9ba91be70fee3e40677b9860aa3180c8/install.py#L364A consequence is the later call to
install_legion_bindings
does nothing: https://github.com/nv-legate/legate.core/blob/6f0f2b1f9ba91be70fee3e40677b9860aa3180c8/install.py#L170C14-L170C14If install is run again a second time, the _skbuild directory will exist and the legion python bindings will be correctly installed.
This is blocking this PR for building docs, as a call to a legate library using the standard python interpreter fails: rapidsai/legate-boost#9
The text was updated successfully, but these errors were encountered: