Age | Commit message (Expand) | Author | Files | Lines |
2019-08-29 | fix packaging_guide variant table (#12296) | Greg Becker | 1 | -1/+6 |
2019-08-27 | AutotoolsPackage: remove redundant libtoolize call | Geoffrey M Oxberry | 1 | -4/+0 |
2019-08-27 | Configuration schema are checked against jsonschema draft 4 meta-schema (#10247) | Massimiliano Culpo | 3 | -3/+197 |
2019-08-25 | RPackage docs: use cloud.r-project.org (#12471) | Adam J. Stewart | 1 | -11/+31 |
2019-08-24 | Add implicit rpaths to compiler detection (#7153) | Ben Boeckel | 21 | -8/+384 |
2019-08-23 | bugfix: template create constructor args (#12536) | Tamara Dahlgren | 1 | -10/+10 |
2019-08-23 | Skip invisible non-packages in package directory. (#12467) | Seth R. Johnson | 2 | -5/+11 |
2019-08-22 | Spack BundlePackage: a group of other packages (#11981) | Tamara Dahlgren | 16 | -175/+475 |
2019-08-22 | compiler install: fix bug in construction of compiler spec (#12507) | Greg Becker | 1 | -1/+2 |
2019-08-21 | 'spack spec --yaml' command now writes build deps to yaml (#12317) | Peter Scheibel | 1 | -1/+2 |
2019-08-21 | Emacs directives for fill-column setting. | Chris Green | 1 | -0/+5 |
2019-08-21 | Fetch strategies: new global option `no_cache`, new git option `get_full_repo`. | Chris Green | 4 | -35/+113 |
2019-08-21 | Fix to option text for help command. (#12444) | Chris Green | 2 | -3/+3 |
2019-08-21 | properly format message with all paths that could not be used. also report ca... | Peter Scheibel | 1 | -3/+4 |
2019-08-21 | pkg command uses a working directory for git invocations rather than -C. (#12... | Chris Green | 1 | -5/+23 |
2019-08-20 | permissions: fix file permissions on intermediate install directories (#12399) | Greg Becker | 2 | -30/+64 |
2019-08-20 | stage: avoid using group name in _first_accessible_path() | Todd Gamblin | 1 | -3/+2 |
2019-08-19 | cleanup: remove extraneous prints (#12474) | Tamara Dahlgren | 1 | -2/+0 |
2019-08-19 | features: Update compiler caching (#7675) | Peter Scheibel | 2 | -34/+60 |
2019-08-19 | features: Remove stage symlinks (#12072) | Tamara Dahlgren | 16 | -307/+399 |
2019-08-16 | Do not report on packages installed from the cache (#12336) | Zack Galbreath | 3 | -1/+15 |
2019-08-15 | mirrors: make `spack mirror` environment aware (#12345) | Greg Becker | 3 | -4/+38 |
2019-08-13 | Fix "spack loads" when retrieving upstream modules (#12203) | Peter Scheibel | 1 | -9/+3 |
2019-08-11 | bugfix: Python 2.6 parsing error (#11867) | Massimiliano Culpo | 5 | -12/+4 |
2019-08-08 | bugfix: nested matrices in spec lists (#12320) | Greg Becker | 6 | -27/+88 |
2019-08-08 | Allow Spack to uninstall external extensions without permissions (#11991) | Adam J. Stewart | 1 | -3/+7 |
2019-08-08 | docs: fix compiler config (#12330) | Pariksheet Nanda | 1 | -2/+3 |
2019-08-08 | Fix typo in yaml config docs (#12312) | Adam J. Stewart | 1 | -1/+1 |
2019-08-07 | bugfix: spack stacks mixed dependency and non-dep constraints (#12315) | Greg Becker | 1 | -1/+1 |
2019-08-07 | compiler bootstrapping: enable both single-node and multi-node DAGS(#12310) | Peter Scheibel | 1 | -7/+15 |
2019-08-06 | tests: explain and test dependency flattening routines (#11993) | Tamara Dahlgren | 2 | -1/+44 |
2019-08-06 | mirrors: mirror config should use spack variable expansions (#9027) | Greg Becker | 2 | -9/+17 |
2019-08-06 | stacks: fix reference handling in env.write() (#12096) | Greg Becker | 2 | -2/+27 |
2019-08-03 | Fix typo in config (#12267) | Pariksheet Nanda | 1 | -1/+1 |
2019-08-03 | Fix CNL version detection (#12207) | Adam J. Stewart | 2 | -6/+76 |
2019-08-02 | Refactor UI logic out of Environment.concretize (#12213) | Massimiliano Culpo | 4 | -15/+34 |
2019-08-01 | Fix QT4 build for mac (#10944) | Seth R. Johnson | 1 | -2/+2 |
2019-08-01 | Buildcache: skip binary string replacement with padding when the new install ... | Patrick Gartung | 1 | -5/+32 |
2019-07-31 | should not need bin prefix on spack command (#12215) | Levi Baber | 1 | -1/+1 |
2019-07-31 | docs: update tutorial slides for PEARC19 | Todd Gamblin | 1 | -9/+9 |
2019-07-31 | Update Package Creation Tutorial for PEARC19 (#12209) | Adam J. Stewart | 7 | -233/+235 |
2019-07-31 | CMake: make ninja verbose as well (#12200) | Christoph Junghans | 1 | -0/+1 |
2019-07-31 | Print environment name when removing active env (#12198) | Javier Cervantes | 1 | -1/+2 |
2019-07-31 | Fix Sphinx deprecation warning when building docs (#12205) | Adam J. Stewart | 1 | -3/+2 |
2019-07-30 | Add SIPPackage base class (#12157) | Adam J. Stewart | 8 | -0/+279 |
2019-07-29 | Typo fixes in Environments Tutorial (#12107) | Adam J. Stewart | 1 | -11/+11 |
2019-07-29 | intel: Add mpicc wrapper bindir to dependent env (#12132) | Greg Becker | 1 | -0/+5 |
2019-07-25 | use Excecutable instead of exec for editing licenses (#11968) | Gregory Lee | 1 | -2/+21 |
2019-07-24 | new command: `spack maintainers` queries package maintainers | Todd Gamblin | 2 | -0/+251 |
2019-07-24 | tests: Test install of unconcretized spec (#12099) | Tamara Dahlgren | 1 | -0/+17 |