spack setup: Fix Bugs + Multi-setup (2)#5043
Closed
Conversation
…ere happening with `spack setup`. Avoid concretizing more than once (slow and was probably also causing bugs).
…fault versions of development packages can then all be put into `packages.yaml`, freeing the user the need to type (and remember) them when running `spack setup`.
Also add -j to the common arguments
# Conflicts: # lib/spack/spack/build_systems/cmake.py # lib/spack/spack/cmd/common/arguments.py # lib/spack/spack/cmd/install.py # lib/spack/spack/cmd/setup.py
Add everytrace to Mock repo; will be used for spack setup tests. Added unit test: setup
…FixSetup # Conflicts: # lib/spack/spack/build_systems/cmake.py # lib/spack/spack/cmd/install.py # lib/spack/spack/cmd/setup.py # lib/spack/spack/package.py # lib/spack/spack/test/cmd/install.py
2 tasks
Contributor
|
@citibeth : I am trying this PR and getting below error: trying to build Error / Relevant traceback is: |
Contributor
|
@citibeth : temporarily I disabled that In some of the (old) packages I have : And then So if I understood correctly :
|
This was referenced Aug 31, 2017
Contributor
|
Something is broken: EDIT: just formatting as code section for readability |
Contributor
|
Just for the record: In mean time there are two additional bugs:
With these two bugs |
Closed
Member
Author
|
Superceded by #7830 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continued from #2664. The branch for this PR was moved from a fork to the main LLNL Spack repo. I have done my best to merge/rebase in a sensible way, but I have not tried this out.