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

change custom easyblock for Python to set pythonpath class variable to a fixed location relative to build path #3400

Open
wants to merge 1 commit into
base: 5.0.x
Choose a base branch
from

Commits on Nov 24, 2024

  1. [bugfix] Set an etc path for scripts in the python module installation

    The `pythonpath` variable was used to store python scripts in a
    temporary location and later copy them in the installation path. The
    scripts were stored in the path were log files are stored, `log_path()`,
    in both the build and installation directories.
    
    - Rename `pythonpath` to `python_script_dir_relative_path`.
    - Use the more appropriate location `etc/python` to store the python
      scripts in the build and then installation directories.
    
    Note that all functions handling the python script path accept relative
    paths only. Currently, only the `sitecustomize.py` python environment
    initialization script is stored in script directory.
    
    Issue: easybuilders/easybuild-easyconfigs#21078
    gkaf89 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    eede0a9 View commit details
    Browse the repository at this point in the history