summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-04-15version bump: 0.14.2Todd Gamblin1-1/+1
2020-04-15bugfix: spack test should not output [+] for mock installs (#15609)Todd Gamblin1-3/+2
2020-04-15`spack install` terminal output handling in foreground/background (#15723)Todd Gamblin7-224/+1155
2020-04-15database: maintain in-memory consistency on remove (#15777)Massimiliano Culpo2-1/+21
2020-04-15performance: add a verification file to the database (#14693)Andrew W Elble3-3/+52
2020-04-15Remove DB conversion of old index.yaml (#15298)Peter Scheibel1-84/+45
2020-04-15Environments/views: only override spec prefix for non-external packages (#15475)Peter Scheibel2-1/+49
2020-04-15Source devnull in environment_after_sourcing_files (closes #15775) (#15791)Jonathon Anderson1-1/+2
2020-04-15bugfix: TERM may not be in the environment on Cray (#15630)Todd Gamblin1-3/+7
2020-04-15Blacklist Lmod variable modifications when sourcing files (#15778)Massimiliano Culpo3-1/+24
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