summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
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