summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-03-20spack checksum: Use package's fetch_options (#15481)Michael Kuhn2-3/+12
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-03-20Show the packaga name for a missing patch sha256 (#15441)Dr. Christian Tacke1-1/+2
2020-03-19Cray bugfix: TERM missing while reading default target (#15381)Greg Becker1-6/+8
2020-03-19refactor: `spack.package.possible_dependencies()` handles virtualsTodd Gamblin4-44/+75
2020-03-19bugfix: `spack.package.possible_dependencies()` should return virtualsTodd Gamblin1-7/+1
2020-03-18Buildcache: fix relocation of binaries with relative rpaths (#15558)Patrick Gartung1-1/+1
2020-03-18Upstreams: don't write metadata directory to upstream DB (#15526)Kai Germaschewski1-1/+1
2020-03-18Use python extend_path as pyqt sip fix (#15297)Sinan2-36/+24
2020-03-17Remove PatchelfError and change patchelf error message to a warning. (#15518)Patrick Gartung1-13/+4
2020-03-16Warn only if link target is not relative and outside of the install prefix (#...Patrick Gartung1-9/+8
2020-03-16When replacing path text in ELF binaries do not include null byte padding in ...Patrick Gartung1-1/+1
2020-03-16CMakePackage: convert variants to CMake arguments (#14376)Seth R. Johnson3-16/+153
2020-03-16Buildcache: Install into non-default directory layouts (#13797)Patrick Gartung4-585/+896
2020-03-13package: Add fetch_options variable (#15317)Michael Kuhn4-7/+49
2020-03-12testing: increase installer coverage (#15237)Tamara Dahlgren3-109/+280
2020-03-12Creating versions from urls doesn't modify class attributes (#15452)Massimiliano Culpo3-3/+3
2020-03-11bugfix: resolve undefined source_pkg_dir failure (#15339)Tamara Dahlgren2-8/+74
2020-03-11fetch_strategy: remove vestigial code (#15431)Greg Becker1-18/+0
2020-03-10bugfix: fix install_missing_compilers option bug from v0.14.0 (#15416)Greg Becker1-0/+18
2020-03-10decompressor: add support for bz2 (#15424)Christoph Junghans1-0/+3
2020-03-09Revert to gzip as the default buildcache compression as bzip2 is not always a...Patrick Gartung1-6/+6
2020-03-07bugfix: installer.py shouldn't be executable (#15386)Todd Gamblin1-0/+0
2020-03-07ArchSpec: fix semantics of satisfies when not concrete and strict is true (#1...Massimiliano Culpo2-0/+17
2020-03-07Only use stable versions for public mirror (#15100)Peter Scheibel9-32/+75
2020-03-06Fix for being able to 'spack load' packages that have been renamed. (#14348)Andrew W Elble2-1/+36
2020-03-05Allow overrides for spack.config set() and override(). (#14432)Chris Green2-17/+141
2020-03-05Recover coverage from subprocesses during unit tests (#15354)Tamara Dahlgren4-19/+13
2020-03-05Allow buildcaches keys to find public keys on the e4s mirror (#15361)Patrick Gartung1-3/+6
2020-03-05Correct pytest.raises matches to match (#15346)Massimiliano Culpo3-10/+10
2020-03-05Bugfix: resolve StopIteration message attribute failure (#15341)Massimiliano Culpo2-1/+22
2020-03-04Add function replace_prefix_nullterm for use on mach-o rpaths. (#15347)Patrick Gartung1-4/+35
2020-03-04Remove DB conversion of old index.yaml (#15298)Peter Scheibel1-84/+45