Skip to content

make spack fetch work with environments#19166

Merged
tgamblin merged 3 commits intospack:developfrom
healther:feat/fetchenv
Feb 26, 2021
Merged

make spack fetch work with environments#19166
tgamblin merged 3 commits intospack:developfrom
healther:feat/fetchenv

Conversation

@healther
Copy link
Copy Markdown
Contributor

@healther healther commented Oct 6, 2020

I was trying to setup shop on a new supercomputer and since I'm using environments now on my own machine I thought I could just use that. Turns out you need to fetch things from the login node, rather than do that on the compute node...

Had to teach spack fetch to gather its todo list from an environment. Let me know if you want to keep this

  • previously: spack fetch required the explicit statement of
    the specs to be fetched, even when in an environment
  • now: if there is no spec(s) provided to spack fetch we check
    if an environment is active and if yes we fetch all
    uninstalled specs.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants