spack containerize: permit to install OS packages in the build stage#14879
spack containerize: permit to install OS packages in the build stage#14879alalazo wants to merge 3 commits intospack:developfrom
Conversation
0601308 to
417dfa2
Compare
hartzell
left a comment
There was a problem hiding this comment.
This is a useful improvement (e.g. I could load glibc-static and libstdc++-static, which I've needed to build the things in my tree (Go needed the former, can't remember what needed the latter)).
I don't have a system on which I can test this at the moment, but it looks good to my eye.
|
Looks good to me. Thanks for the quick fix! Regarding the first notation, I have no objections to dropping it. If you keep it, I think it's more obvious to install the list of packages in both the build and final stages rather than just the final stage. |
Given that we can now install OS packages in the build stage, I completely agree. Thanks for the suggestion. |
ChristianTackeGSI
left a comment
There was a problem hiding this comment.
I wonder, why | join(' ') doesn't work?
refers #14802
This PR permits to install OS packages in the build stage. As such it enables the example shown in the issue above:
to be built.