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

Drop manually specified default PYTHONPATH's #20960

Open
wants to merge 4 commits into
base: 5.0.x
Choose a base branch
from

Conversation

Micket
Copy link
Contributor

@Micket Micket commented Jul 3, 2024

All the trivial cases cleaned up here. Some others i could potentially partly clean up, which uses a mix of several PYTHONPATH (standard + nonstandard location, Spark is an example of such an easyconfig).

Should of course not be merged until the corresponding framework PR is merged.

@Micket Micket added the EasyBuild-5.0 EasyBuild 5.0 label Jul 3, 2024
@Micket Micket added this to the 5.0 milestone Jul 3, 2024
@Flamefire
Copy link
Contributor

That reminds me of an old PR of mine: #13385

However all but 1 of the ECs are now deprecated and that one is fixed here. However there was also an enhancement to CI which I extracted to #20963

And a regexp I used which you might try in your tree: grep -E ": 'lib/python[^/]+/site-packages'" $(grep --files-with-matches -Er "\\beasyblock = '(ConfigureMakePythonPackage|PythonBundle)'")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EasyBuild-5.0 EasyBuild 5.0
Projects
Status: Nice-to-have
Development

Successfully merging this pull request may close these issues.

2 participants