Skip to content

Conversation

@sunwayihep
Copy link
Contributor

In find_active_python_version_and_path function, the p.replace(".a", ".dylib" if os_name == "Darwin" else ".so") will lead to the bug if the directory path including the .a substring, e.g. /home/software.ihep.ac.cn/python/libxxx.a will be replaced with
/home/software.ihep.soc.cn/python/libxxx.so, therefore a simple fix for this bug.

@magnatelee
Copy link
Contributor

@sunwayihep Thanks for this PR and sorry for the late response. The team is currently setting up contribution guidelines. Once we have them settled, we will merge this PR.

@magnatelee
Copy link
Contributor

@sunwayihep Sorry for the late response. We're ready to merge this PR, but before doing so, we'd like you to sign off your commit: https://github.com/nv-legate/legate.core/blob/branch-22.01/CONTRIBUTING.md#how-do-i-sign-the-dco. Note that you should amend the commit, instead of reverting and recommitting it, otherwise the change without a sign-off still appears in the history. Again, thank you for your contribution!

Signed-off-by: Wei Sun <swaysty@gmail.com>
@sunwayihep
Copy link
Contributor Author

@magnatelee Thanks for the notification, the sign-off was added to the commit.

@magnatelee magnatelee merged commit f123ca2 into nv-legate:branch-22.01 Jan 15, 2022
elliottslaughter pushed a commit to elliottslaughter/legate that referenced this pull request Mar 26, 2025
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.

2 participants