Age | Commit message (Expand) | Author | Files | Lines |
2020-03-11 | bugfix: resolve undefined source_pkg_dir failure (#15339) | Tamara Dahlgren | 2 | -8/+74 |
2020-03-11 | fetch_strategy: remove vestigial code (#15431) | Greg Becker | 1 | -18/+0 |
2020-03-10 | bugfix: fix install_missing_compilers option bug from v0.14.0 (#15416) | Greg Becker | 1 | -0/+18 |
2020-03-10 | decompressor: add support for bz2 (#15424) | Christoph Junghans | 1 | -0/+3 |
2020-03-09 | Revert to gzip as the default buildcache compression as bzip2 is not always a... | Patrick Gartung | 1 | -6/+6 |
2020-03-07 | bugfix: installer.py shouldn't be executable (#15386) | Todd Gamblin | 1 | -0/+0 |
2020-03-07 | ArchSpec: fix semantics of satisfies when not concrete and strict is true (#1... | Massimiliano Culpo | 2 | -0/+17 |
2020-03-07 | Only use stable versions for public mirror (#15100) | Peter Scheibel | 9 | -32/+75 |
2020-03-06 | Fix for being able to 'spack load' packages that have been renamed. (#14348) | Andrew W Elble | 2 | -1/+36 |
2020-03-05 | Allow overrides for spack.config set() and override(). (#14432) | Chris Green | 2 | -17/+141 |
2020-03-05 | Recover coverage from subprocesses during unit tests (#15354) | Tamara Dahlgren | 4 | -19/+13 |
2020-03-05 | Allow buildcaches keys to find public keys on the e4s mirror (#15361) | Patrick Gartung | 1 | -3/+6 |
2020-03-05 | Correct pytest.raises matches to match (#15346) | Massimiliano Culpo | 3 | -10/+10 |
2020-03-05 | Bugfix: resolve StopIteration message attribute failure (#15341) | Massimiliano Culpo | 2 | -1/+22 |
2020-03-04 | Add function replace_prefix_nullterm for use on mach-o rpaths. (#15347) | Patrick Gartung | 1 | -4/+35 |
2020-03-04 | Remove DB conversion of old index.yaml (#15298) | Peter Scheibel | 1 | -84/+45 |
2020-03-04 | use os.sep instead of null byte to pad replacement paths in binaries (#15338) | Patrick Gartung | 1 | -1/+2 |
2020-03-03 | Fix FCFLAGS handling for Autotools packages (#14788) | Sergey Kosukhin | 2 | -1/+7 |
2020-03-02 | bugfix: ensure proper dependency handling for package-only installs (#15197) | Tamara Dahlgren | 3 | -17/+149 |
2020-02-28 | Fix detection of redhat enterprise compute node (#15253) | Adam J. Stewart | 1 | -0/+1 |
2020-02-27 | Add new timeout fetch_option | Michael Kuhn | 1 | -6/+10 |
2020-02-27 | Generalize curl_options into fetch_options | Michael Kuhn | 1 | -2/+7 |
2020-02-27 | config: Add a new option connect_timeout | Michael Kuhn | 3 | -2/+8 |
2020-02-27 | CudaPackage: add support for Tesla K80 and older CUDA (#15031) | Adam J. Stewart | 1 | -30/+46 |
2020-02-27 | Docs: "spack env" is in the meantime called "spack build-env" (#15233) | TZ | 1 | -10/+10 |
2020-02-26 | bugfix: Add dependents when initializing spec from yaml (#15220) | Tamara Dahlgren | 2 | -11/+17 |
2020-02-26 | Uniquify suffixes added to module names (#14920) | Seth R. Johnson | 3 | -1/+4 |
2020-02-26 | A few edits for the Basic Usage Doc page (#15215) | Glenn Johnson | 1 | -8/+16 |
2020-02-25 | buildcache cmd: add explicit message with default output dir for buildcaches.... | Patrick Gartung | 2 | -12/+63 |
2020-02-25 | add --only option to buildcache create cmd (#14921) | Omar Padron | 2 | -12/+31 |
2020-02-25 | remove catch-all exception handling in buildcache command (#15185) | Omar Padron | 3 | -7/+20 |
2020-02-25 | Buildcache cmd: add install -o/--otherarch option for installing macOS build... | Patrick Gartung | 1 | -3/+9 |
2020-02-24 | docs: Fix tiny typo (#15181) | Michael Kuhn | 1 | -1/+1 |
2020-02-24 | cmd/load: Fix usage output (#15180) | Michael Kuhn | 1 | -2/+3 |
2020-02-24 | modules: store configure args during build (#11084) | Michael Kuhn | 4 | -11/+41 |
2020-02-23 | Merge branch 'releases/v0.14' into develop | Todd Gamblin | 4 | -1/+11713 |
2020-02-23 | version bump: 0.14.0 | Todd Gamblin | 4 | -1/+11713 |
2020-02-23 | create: Mention that python dependency does not have to be added (#15173) | Michael Kuhn | 1 | -1/+3 |
2020-02-21 | Emit a sensible error message if compiler's target is overly specific (#14888) | Massimiliano Culpo | 2 | -0/+33 |
2020-02-20 | Updated installer module copyright (#15138) | Tamara Dahlgren | 1 | -1/+1 |
2020-02-20 | Restore package-related unsigned binary changes from PR 11107 (#15134) | Tamara Dahlgren | 2 | -12/+21 |
2020-02-20 | Package hashing: fix detection of directives (#14763) | Peter Scheibel | 2 | -0/+19 |
2020-02-20 | Use get_spec in relocated _try_install_from_binary_cache (#15131) | Patrick Gartung | 1 | -1/+1 |
2020-02-20 | Compilers require an exact match on version during concretization (#14752) | Massimiliano Culpo | 2 | -2/+26 |
2020-02-19 | Use shutil.copy2 in install_tree (#15058) | Dr. Christian Tacke | 1 | -1/+1 |
2020-02-19 | Docs: configure_args -> cmake_args (#15102) | Adam J. Stewart | 1 | -1/+1 |
2020-02-19 | Fix relocate.mime_type if slashes in subtype (#11788) | Oliver Breitwieser | 1 | -1/+2 |
2020-02-19 | Buildcache: join rpaths returned by get_existing_elf_rpaths with ':'. (#15086) | Patrick Gartung | 1 | -1/+1 |
2020-02-19 | Distributed builds (#13100) | Tamara Dahlgren | 18 | -724/+2919 |
2020-02-18 | buildcache: Check for tar.bz2 and set tar.gz if not found (#15054) | Patrick Gartung | 1 | -0/+4 |