-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Telcon: 2017 12 14
scheibelp edited this page Dec 14, 2017
·
11 revisions
- Ben Boeckel
- Patrick Gartung
- Peter Scheibel
- Mario Melara
- Fix relocation of ELF binaries and paths in text files for binary cache packages: https://github.com/spack/spack/pull/6512
- If you run Spack unit tests, tests related to gpg may be slow because the rng is limited. https://github.com/spack/spack/pull/6483 adds a suggestion which can help speed this up
-
spack install
now outputs as much information about conflicts asspack spec
: https://github.com/spack/spack/pull/6436 - After https://github.com/spack/spack/pull/5837 log files will be generated in your current working directory if you run
spack -d install...
. They are of the form "spack-cc-(package-name)-(hash).in.log" (and ...out.log). https://github.com/spack/spack/pull/6670 updated.gitignore
to unclutter the git tracking - You can edit documentation files with
spack edit -d
, e.g.spack edit -d getting_started
: https://github.com/spack/spack/pull/6416 - Simplified section on environment modules in the "Getting Started" guide: https://github.com/spack/spack/pull/6410