summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-25remove catch-all exception handling in buildcache command (#15185)Omar Padron3-7/+20
2020-02-25Buildcache cmd: add install -o/--otherarch option for installing macOS build...Patrick Gartung1-3/+9
2020-02-24docs: Fix tiny typo (#15181)Michael Kuhn1-1/+1
2020-02-24cmd/load: Fix usage output (#15180)Michael Kuhn1-2/+3
2020-02-24modules: store configure args during build (#11084)Michael Kuhn4-11/+41
2020-02-23Merge branch 'releases/v0.14' into developTodd Gamblin4-1/+11713
2020-02-23version bump: 0.14.0Todd Gamblin4-1/+11713
2020-02-23create: Mention that python dependency does not have to be added (#15173)Michael Kuhn1-1/+3
2020-02-21Emit a sensible error message if compiler's target is overly specific (#14888)Massimiliano Culpo2-0/+33
2020-02-20Updated installer module copyright (#15138)Tamara Dahlgren1-1/+1
2020-02-20Restore package-related unsigned binary changes from PR 11107 (#15134)Tamara Dahlgren2-12/+21
2020-02-20Package hashing: fix detection of directives (#14763)Peter Scheibel2-0/+19
2020-02-20Use get_spec in relocated _try_install_from_binary_cache (#15131)Patrick Gartung1-1/+1
2020-02-20Compilers require an exact match on version during concretization (#14752)Massimiliano Culpo2-2/+26
2020-02-19Use shutil.copy2 in install_tree (#15058)Dr. Christian Tacke1-1/+1
2020-02-19Docs: configure_args -> cmake_args (#15102)Adam J. Stewart1-1/+1
2020-02-19Fix relocate.mime_type if slashes in subtype (#11788)Oliver Breitwieser1-1/+2
2020-02-19Buildcache: join rpaths returned by get_existing_elf_rpaths with ':'. (#15086)Patrick Gartung1-1/+1
2020-02-19Distributed builds (#13100)Tamara Dahlgren18-724/+2919
2020-02-18buildcache: Check for tar.bz2 and set tar.gz if not found (#15054)Patrick Gartung1-0/+4
2020-02-18skip gpg tests when no gpg executable (#14935)Greg Becker4-1/+38
2020-02-17spack extensions prints list of extendable packages (#14473)Adam J. Stewart2-1/+21
2020-02-14Buildcache creation/extraction use temp tarfile to preserve hardlinks during ...Patrick Gartung2-26/+30
2020-02-14docs: fix typo in arch in build settings examples (#14998)Paul1-6/+6
2020-02-13spack compiler info: quick fix for failing command (#14928)Massimiliano Culpo1-1/+1
2020-02-13Replace direct call to patchelf with get_existing_elf_rpaths which handles ex...Patrick Gartung1-9/+2
2020-02-12spack python: add -m option to run modules as scriptsTodd Gamblin2-1/+31
2020-02-11bugfix: `spack -V` should use `working_dir()` instead of `git -C`Todd Gamblin1-2/+4
2020-02-10Spack find: fix queries that specify dependencies (#14757)Massimiliano Culpo2-1/+22
2020-02-09Merge branch 'releases/v0.13' into developTodd Gamblin1-1/+1
2020-02-07version bump: 0.13.4Todd Gamblin1-1/+1
2020-02-07bugfix: make `_source_single_file` work in venvs (#14569)Massimiliano Culpo2-6/+10
2020-02-07Fix use of sys.executable for module/env commands (#14496)Adam J. Stewart2-4/+6
2020-02-07RHEL8 bugfix for module_cmd (#14349)Sajid Ali1-1/+2
2020-02-07Remove extensions from view in the correct order (#12961)Jeffrey Salmond2-17/+39
2020-02-07bugfix: hashes should use ordered dictionaries (#14390)Todd Gamblin3-8/+81
2020-02-06Allow installing unsigned binary packages (#11107)Oliver Breitwieser2-4/+10
2020-02-06Adds fma and vsx features to entire power arch family. (#14759)Matt Belhorn1-0/+14
2020-02-03Git fetching: add option to remove submodules (#14370)Andrew W Elble4-4/+95
2020-02-03buildcache list: restore original behavior of allowing constraints like @vers...Patrick Gartung3-22/+15
2020-01-31binary_distribution: Initialize _cached_specs at the module level and only...Patrick Gartung3-13/+7
2020-01-31`spack -V` is now more descriptive for dev branchesTodd Gamblin2-1/+94
2020-01-31Document how to use Spack to replace Homebrew/Conda (#13083)Adam J. Stewart1-0/+242
2020-01-30`spack containerize` generates containers from envs (#14202)Massimiliano Culpo21-2/+1092
2020-01-30Bypass build_cache/index.html read when trying to download spec.yaml for conc...Patrick Gartung2-21/+68
2020-01-30Use non-mutable default for names in binary_distribution::get_specs call (#14...Patrick Gartung1-1/+3
2020-01-30Document how to add conditional dependencies (#14694)Peter Scheibel1-0/+22
2020-01-30Bugfix: put environment lock in the right place (#14692)Peter Scheibel1-1/+1
2020-01-30Limit the number of spec files downloaded to find matches for buildcaches (#1...Patrick Gartung4-24/+28
2020-01-29specs: avoid traversing specs when parsingTodd Gamblin1-8/+13