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

environment.py: concretize together by default #29942

Closed

Commits on Apr 7, 2022

  1. environment.py: concretize together by default

    We have somewhat conflicting defaults, namely `view: true` and
    `concretization: separately`.
    
    This leads to post-install errors when merging different flavors of the
    same package into the default view.
    
    It makes more sense to either disable views or do consistent
    concretization by default.
    
    Our docs hint that `concretization: separately` is aimed at system
    administrators, of which there are likely fewer. By now there are likely
    more using environments to just build stuff, given that concretization
    is slow and spack.lock's are nice.
    haampie committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    526f748 View commit details
    Browse the repository at this point in the history