-
Couldn't load subscription status.
- Fork 303
fix search_file for path configuration files in PythonBundle and PythonPackage
#3975
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
base: develop
Are you sure you want to change the base?
fix search_file for path configuration files in PythonBundle and PythonPackage
#3975
Conversation
|
@boegelbot please test @ jsc-zen3-a100 |
|
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 3445072321 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @Thyre Overview of tested easyconfigs (in order)
Build succeeded (with --ignore-test-failure) for 1 out of 1 (1 easyconfigs in total)
|
|
Test report by @boegelbot Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Test report by @Thyre Overview of tested easyconfigs (in order)
Build succeeded for 1 out of 1 (1 easyconfigs in total) |
|
Checking e.g. Before: Now: |
search_file for path configuration files in PythonBundle and PythonPackage
(created using
eb --new-pr)search_filealways returns at least a tuple of empty arrays, which always passes the if condition used in #3953. This enabledEBPYTHONPREFIXESfor basically all Python packages, which is not intended.To fix this, use the returned hits array to check if we found a file. This should result in the intended behavior.
We just need to check if this breaks
numba-cudaagain.