summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-03-20version bump: 0.14.1Todd Gamblin1-1/+1
2020-03-20multiprocessing: allow Spack to run uninterrupted in background (#14682)Greg Becker1-47/+83
2020-03-20Cray bugfix: TERM missing while reading default target (#15381)Greg Becker1-6/+8
2020-03-20Upstreams: don't write metadata directory to upstream DB (#15526)Kai Germaschewski1-1/+1
2020-03-20Creating versions from urls doesn't modify class attributes (#15452)Massimiliano Culpo3-3/+3
2020-03-20bugfix: fix install_missing_compilers option bug from v0.14.0 (#15416)Greg Becker1-0/+18
2020-03-20bugfix: installer.py shouldn't be executable (#15386)Todd Gamblin1-0/+0
2020-03-20Add function replace_prefix_nullterm for use on mach-o rpaths. (#15347)Patrick Gartung1-3/+34
2020-03-20ArchSpec: fix semantics of satisfies when not concrete and strict is true (#1...Massimiliano Culpo2-0/+17
2020-03-20testing: increase installer coverage (#15237)Tamara Dahlgren3-109/+280
2020-03-20bugfix: resolve undefined source_pkg_dir failure (#15339)Tamara Dahlgren2-8/+74
2020-03-20Bugfix: resolve StopIteration message attribute failure (#15341)Massimiliano Culpo2-1/+22
2020-03-20Recover coverage from subprocesses during unit tests (#15354)Tamara Dahlgren4-19/+13
2020-03-20Correct pytest.raises matches to match (#15346)Massimiliano Culpo3-10/+10
2020-03-20bugfix: Add dependents when initializing spec from yaml (#15220)Tamara Dahlgren2-11/+17
2020-03-20Uniquify suffixes added to module names (#14920)Seth R. Johnson3-1/+4
2020-03-20bugfix: ensure proper dependency handling for package-only installs (#15197)Tamara Dahlgren3-17/+149
2020-03-20Fix for being able to 'spack load' packages that have been renamed. (#14348)Andrew W Elble2-1/+36
2020-03-20modules: store configure args during build (#11084)Michael Kuhn4-11/+41
2020-03-20fetch_strategy: remove vestigial code (#15431)Greg Becker1-18/+0
2020-02-23version bump: 0.14.0Todd Gamblin4-1/+11713
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