summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-04use os.sep instead of null byte to pad replacement paths in binaries (#15338)Patrick Gartung1-1/+2
2020-03-03Fix FCFLAGS handling for Autotools packages (#14788)Sergey Kosukhin2-1/+7
2020-03-02bugfix: ensure proper dependency handling for package-only installs (#15197)Tamara Dahlgren3-17/+149
2020-02-28Fix detection of redhat enterprise compute node (#15253)Adam J. Stewart1-0/+1
2020-02-27Add new timeout fetch_optionMichael Kuhn1-6/+10
2020-02-27Generalize curl_options into fetch_optionsMichael Kuhn1-2/+7
2020-02-27config: Add a new option connect_timeoutMichael Kuhn3-2/+8
2020-02-27CudaPackage: add support for Tesla K80 and older CUDA (#15031)Adam J. Stewart1-30/+46
2020-02-27Docs: "spack env" is in the meantime called "spack build-env" (#15233)TZ1-10/+10
2020-02-26bugfix: Add dependents when initializing spec from yaml (#15220)Tamara Dahlgren2-11/+17
2020-02-26Uniquify suffixes added to module names (#14920)Seth R. Johnson3-1/+4
2020-02-26A few edits for the Basic Usage Doc page (#15215)Glenn Johnson1-8/+16
2020-02-25buildcache cmd: add explicit message with default output dir for buildcaches....Patrick Gartung2-12/+63
2020-02-25add --only option to buildcache create cmd (#14921)Omar Padron2-12/+31
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