Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-01 | This fixes a problem where the placeholder path was not in the first rpath en... | Patrick Gartung | 3 | -105/+76 |
2019-02-28 | Added a sub-command to show if packages are relocatable (#9199) | Massimiliano Culpo | 10 | -25/+309 |
2019-02-28 | Fix shell integration with environment-modules@4 (#10736) | Michael Kuhn | 1 | -1/+1 |
2019-02-27 | Fix 'make test' detection when LANG is not in English (#10499) | Adam J. Stewart | 1 | -1/+5 |
2019-02-27 | Update environment-modules package (#10717) | Massimiliano Culpo | 1 | -1/+1 |
2019-02-26 | Use Package.headers for -I options (#10623) | Massimiliano Culpo | 6 | -25/+167 |
2019-02-26 | Add libhio v1.4.1.3, 1.4.1.1 (#10699) | Daniel Topa | 1 | -1/+1 |
2019-02-25 | Add /hash to spack help --spec (#10691) | Adam J. Stewart | 1 | -1/+5 |
2019-02-21 | CPATH warning: downgrade to debug message (#10675) | Peter Scheibel | 1 | -3/+3 |
2019-02-21 | release workflow: Add build scripts for jobs and means to upload pkgs | Scott Wittenburg | 1 | -0/+212 |
2019-02-21 | release workflow: Add spack command for generating the .gitlab-ci.yml | Scott Wittenburg | 4 | -0/+823 |
2019-02-21 | buildcache: Add sub-commands needed by release workflow | Scott Wittenburg | 5 | -79/+599 |
2019-02-21 | add CombinatorialSpecSet class for taking cross-products of Specs. | Todd Gamblin | 5 | -0/+623 |
2019-02-15 | Dependency libs: filter system paths and always add lib dir (#10622) | Peter Scheibel | 1 | -7/+16 |
2019-02-15 | Fix bug getting specs from build caches (#9600) | Javier Cervantes | 1 | -2/+2 |
2019-02-14 | CDash: allow installing from spec.yaml (#10565) | Scott Wittenburg | 2 | -1/+48 |
2019-02-14 | Removed pkg.headers.directories from the include list (#10604) | Massimiliano Culpo | 3 | -15/+13 |
2019-02-13 | Dynamic library/include paths (#8136) | Peter Scheibel | 8 | -248/+261 |
2019-02-13 | Bug Fix in permission setter (#10584) | abernede | 1 | -2/+3 |
2019-02-13 | Allow tty output to be timestamped (#10554) | sknigh | 5 | -6/+103 |
2019-02-13 | enh: allow time like HH:MM in date strings. (#10034) | Matthias Wolf | 2 | -1/+8 |
2019-02-12 | Enhancement to module autoload documentation (#10310) | George Hartzell | 1 | -1/+15 |
2019-02-12 | Allow secondary generators when building with CMake. (#9324) | Chris Green | 2 | -4/+50 |