diff options
author | John Parent <john.parent@kitware.com> | 2022-03-15 15:11:56 -0400 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2022-03-17 09:01:01 -0700 |
commit | df4129d3951b2dd7fed2193f853270fd2d62df0d (patch) | |
tree | 2377e18e035f22d3432f0f76eed1f33f7c37c253 /etc | |
parent | 06aef626cbcefc1aa8ba043112b4940e098187d1 (diff) | |
download | spack-df4129d3951b2dd7fed2193f853270fd2d62df0d.tar.gz spack-df4129d3951b2dd7fed2193f853270fd2d62df0d.tar.bz2 spack-df4129d3951b2dd7fed2193f853270fd2d62df0d.tar.xz spack-df4129d3951b2dd7fed2193f853270fd2d62df0d.zip |
Expand external find for Windows (#27588)
* Incorporate new search location
* Add external user option
* proper doc string
* Explicit commands in getting started
* raise during chgrp on Win
recover installer changes
Notate admin privleges
Windows phase install hooks
Find external python and install ninja (#23496)
Allow external find python to find windows python and spack install ninja
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Betsy McPhail <betsy.mcphail@kitware.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/windows/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/windows/config.yaml b/etc/spack/defaults/windows/config.yaml index 5d35246acb..956bc97c20 100644 --- a/etc/spack/defaults/windows/config.yaml +++ b/etc/spack/defaults/windows/config.yaml @@ -2,4 +2,4 @@ config: locks: false concretizer: original build_stage:: - - '~/.spack' + - '$spack/.staging' |