spack/lib/spack
Eric efadc0e299 Allow multi-user installations (#1804)
When re-using previously downloaded tarballs, spack copies from
`var/spack/stage/PACKAGE-VERSION-HASH/downloaded_file` to
`var/spack/cache/PACKAGE/downloaded_file`. This fails if the source is owned by
a different user (`shutil.copy` tries to retain all meta data including file
ownership). Change to a non-meta-data copy function (`shutil.copyfile`).
2016-09-20 02:18:26 -07:00
..
docs Don't overwrite PYTHONPATH in docs Makefile (#1693) 2016-09-08 09:02:56 -07:00
env Bug fix for cray_xc platform 2016-07-21 14:04:22 -07:00
external Correct LLNL LGPL license template for clarity. 2016-05-11 21:22:25 -07:00
llnl Make Spack core PEP8 compliant. 2016-08-10 16:33:37 -07:00
spack Allow multi-user installations (#1804) 2016-09-20 02:18:26 -07:00