Age | Commit message (Expand) | Author | Files | Lines |
2019-04-19 | Fix backwards compatibility for module naming (#11236) | Greg Becker | 1 | -0/+4 |
2019-04-18 | Spack chain docs: config should go in upstreams.yaml (#11225) | Peter Scheibel | 1 | -14/+12 |
2019-04-18 | Moved cleanup before raising (the code couldn't be reached before) | Massimiliano Culpo | 1 | -3/+3 |
2019-04-18 | Cleaned get methods of Repo and RepoPath | Massimiliano Culpo | 1 | -5/+3 |
2019-04-18 | Used functools.wrap for the decorator + reordered imports | Massimiliano Culpo | 1 | -20/+23 |
2019-04-18 | Removed 'namespace' argument from Repo and RepoPath | Massimiliano Culpo | 1 | -32/+19 |
2019-04-18 | improvements to our CDash reporter (#11168) | Zack Galbreath | 2 | -84/+127 |
2019-04-17 | Features: Improve Spec format strings (#10556) | Greg Becker | 39 | -177/+561 |
2019-04-17 | Add ftn to lib/spack/env (#11180) | Satish Balay | 1 | -0/+1 |
2019-04-16 | don't record 'view: True' in environment config (#11182) | Peter Scheibel | 1 | -1/+8 |
2019-04-16 | Add unit tests for Cray compiler detection (#11191) | Adam J. Stewart | 1 | -0/+11 |
2019-04-15 | Bugfix: Install missing compilers for dependency packages (#11175) | Greg Becker | 1 | -9/+8 |
2019-04-11 | Updated Sphinx configuration (#11165) | Massimiliano Culpo | 1 | -3/+3 |
2019-04-11 | intel: optionally take gcc executable from cflags (#11136) | Denis Davydov | 1 | -3/+15 |
2019-04-10 | Maintain a view for an environment (#10017) | Peter Scheibel | 7 | -114/+569 |
2019-04-10 | Unload altd and darshan (#11162) | Mario Melara | 1 | -1/+1 |
2019-04-10 | Add documentation for chaining Spack instances (#11152) | Peter Scheibel | 3 | -0/+102 |
2019-04-09 | Typo: Unkown -> Unknown (#11150) | George Hartzell | 1 | -1/+1 |
2019-04-09 | intel: consolidate libs() in the base class (#11143) | Denis Davydov | 1 | -3/+10 |
2019-04-06 | Allow spack install to take either cdash stamp or track (#11106) | Scott Wittenburg | 3 | -4/+44 |
2019-04-05 | Fix reading externals from old databases (#11118) | Greg Becker | 4 | -2/+36 |
2019-04-05 | Fix module_parsing test (#11087) | Michael Kuhn | 1 | -0/+3 |
2019-04-02 | Fix directory layout using namespace (#11076) | Tim Fuller | 2 | -1/+8 |
2019-04-02 | spack repo add: fix error message when `packages' directory is missing (#11031) | Tristan Carel | 1 | -1/+1 |
2019-04-02 | Added tests on compiler's version detection (#10931) | Massimiliano Culpo | 12 | -258/+200 |
2019-03-29 | Update llnl.util.lang.memoized so that Sphinx can extract signature (#11055) | Massimiliano Culpo | 1 | -18/+12 |
2019-03-29 | add libs property to IntelMkl and IntelParallelStudio (#10993) | Denis Davydov | 1 | -3/+4 |
2019-03-28 | Spack can be extended with external commands (#8612) | Massimiliano Culpo | 8 | -19/+225 |
2019-03-28 | Consistent patch ordering (#10879) | Peter Scheibel | 4 | -23/+76 |
2019-03-27 | spack chain (#8772) | Peter Scheibel | 18 | -165/+769 |
2019-03-27 | Replace previous bash command to new one (#7005) | Mario Melara | 1 | -16/+5 |
2019-03-26 | Move CMakePackage build directory to base stage directory (#8431) | Chris Green | 4 | -32/+30 |
2019-03-26 | Retrieve environment-modules prefix based on architecture (#10975) | ajw1980 | 1 | -1/+2 |
2019-03-26 | Use 'shlex' to split default Executable arguments (#10929) | Seth R. Johnson | 1 | -1/+2 |
2019-03-26 | Add regression marker to pytest.ini (#11011) | Massimiliano Culpo | 1 | -0/+1 |
2019-03-26 | Fixed some issues with CUDA-Intel compiler conflicts. (#10924) | Nichols A. Romero | 1 | -6/+13 |
2019-03-21 | typo in documentation (#10976) | Shahzeb Siddiqui | 1 | -3/+3 |
2019-03-21 | Minor commentary correction, TCL -> lmod (#10951) | George Hartzell | 1 | -1/+1 |
2019-03-21 | prevent UnboundLocalError when sourcing files (#10950) | Stephen McDowell | 1 | -0/+1 |
2019-03-19 | Fix help text for --no-checksum. (#10932) | Chris Green | 1 | -1/+1 |
2019-03-14 | Ensure that every package has a description (#10896) | Adam J. Stewart | 1 | -0/+8 |
2019-03-14 | Support VISUAL environment variable for editing. (#10898) | Chris Green | 1 | -20/+26 |
2019-03-12 | Do not use `string` module to be compatible with python 3 (#248) (#10667) | Tristan Carel | 1 | -3/+2 |
2019-03-12 | find_versions_of_archive: expand link search (#10758) | Justin Stanley | 1 | -1/+2 |
2019-03-12 | Fix clearing EnvironmentModifications with python2 (#10791) | Nick Forrington | 2 | -1/+8 |
2019-03-11 | format change and typo in doc (#10848) | Shahzeb Siddiqui | 1 | -2/+2 |
2019-03-11 | Improved detection of Clang versions (#10316) | Massimiliano Culpo | 2 | -12/+47 |
2019-03-08 | Fix find_headers to also look for C++ headers and Fortran modules (#10798) | Michael Kuhn | 1 | -3/+6 |
2019-03-07 | Create option to build compilers as needed (#10761) | Greg Becker | 6 | -65/+131 |
2019-03-06 | Make is a required dependency of Spack (#10386) | Adam J. Stewart | 1 | -4/+5 |