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

Fix CMake configopts when iterating (multiple builds) #2885

Closed

Commits on Feb 9, 2023

  1. Fix CMake configopts when iterating (multiple builds)

    Partial revert of easybuilders#2541:
    Do not modify `cfg['configopts']` but simply read them and pass the
    combined result to `run_cmd`.
    
    This fixes an issue with templating while iterating over e.g. multiple Pythons
    and also avoids keeping values in configopts over multiple iterations/builds.
    
    Fixes easybuilders#2881
    Flamefire committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9ba06ad View commit details
    Browse the repository at this point in the history