Age | Commit message (Expand) | Author | Files | Lines |
2016-11-24 | Adding pic_flag property to compilers (#2375) | Andrey Prokopenko | 6 | -0/+24 |
2016-11-24 | Add dynamic search option for package sources (#2270) | scheibelp | 4 | -8/+70 |
2016-11-23 | Fix indentation for newly created packages (#2391) | Adam J. Stewart | 1 | -9/+9 |
2016-11-22 | Update external distro package to 1.0.1 (#2381) | Adam J. Stewart | 1 | -60/+92 |
2016-11-22 | Forgot http:// in tutorial link. | Todd Gamblin | 1 | -1/+1 |
2016-11-22 | Fix broken doc links. | Todd Gamblin | 6 | -9/+10 |
2016-11-17 | Improve stacktrace printing | Matthew Krafczyk | 1 | -3/+5 |
2016-11-16 | Use better scheme for getting root directory | Matthew Krafczyk | 1 | -3/+7 |
2016-11-16 | Fix some formatting errors caught by flake8. | Matthew Krafczyk | 1 | -6/+7 |
2016-11-16 | -s now includes the file and line number with info | Matthew Krafczyk | 1 | -2/+32 |
2016-11-15 | Move tutorial slides to external link and stop using git LFS (#2341) | Todd Gamblin | 3 | -3/+2 |
2016-11-14 | Add SC16 tutorial to the Spack docs. | Todd Gamblin | 13 | -17/+64 |
2016-11-13 | Edited/fixed basic usage tutorial (#2329) | becker33 | 1 | -69/+79 |
2016-11-13 | fake install: mock include directory (#2294) | Massimiliano Culpo | 1 | -0/+1 |
2016-11-13 | install: fixed choices for `--only` (removed the default) fixes #2303 (#2308) | Massimiliano Culpo | 1 | -1/+1 |
2016-11-12 | Basic usage step-by-step tutorial | Gregory Becker | 3 | -1/+1246 |
2016-11-12 | Add packaging tutorial to docs (#2315) | Matthew LeGendre | 8 | -5/+651 |
2016-11-09 | Allow compiler wrapper to modify environment (#2275) | scheibelp | 7 | -5/+112 |
2016-11-09 | find, uninstall: improved user interaction in the case of empty DB (#2278) | Massimiliano Culpo | 2 | -2/+6 |
2016-11-07 | Waste less space when fetching cached archives, simplify fetch messages. (#2264) | Todd Gamblin | 2 | -24/+39 |
2016-11-06 | Don't automatically spider remote list_urls before making stage. (#2263) | Todd Gamblin | 1 | -6/+1 |
2016-11-06 | Changed cflag matching to exact rather than subset. (#2227) | becker33 | 1 | -2/+2 |
2016-11-06 | Wordsmithing/minor-edits to module tutorial (#2256) | George Hartzell | 1 | -21/+28 |
2016-11-06 | Add detection for redhat enterprise server to distro.py (#2262) | Todd Gamblin | 1 | -1/+2 |
2016-11-05 | variable referenced before assignment (#2252) | Massimiliano Culpo | 1 | -2/+4 |
2016-11-04 | Bugfix in concretize_compiler (#2196) | Jeffrey Salmond | 1 | -8/+7 |
2016-11-04 | Fixes #1520 (#1822) | scheibelp | 4 | -44/+73 |
2016-11-04 | Set Clang as the default compiler on macOS (#2225) | Adam J. Stewart | 2 | -25/+0 |
2016-11-04 | Fix bug in distribution detection on unsupported platforms. | Todd Gamblin | 1 | -4/+8 |
2016-11-04 | Use code from the `distro` package to improve linux distro detection. (#1629) | Jeffrey Salmond | 2 | -2/+1051 |
2016-11-04 | libSplash: Add 1.6.0 Release (#2244) | Axel Huebl | 1 | -9/+19 |
2016-11-04 | module files tutorial : first complete draft (#2228) | Massimiliano Culpo | 3 | -27/+1009 |
2016-11-04 | patch older config.guess for newer architectures (#2221) | Gregory Lee | 2 | -2/+79 |
2016-11-04 | Better spack spec (#2238) | Todd Gamblin | 6 | -25/+85 |
2016-11-04 | Make spec.format properties case-insensitive | Peter J. Scheibel | 1 | -0/+4 |
2016-11-04 | Support 'COMPILERVERSION' in spec format string | Peter J. Scheibel | 1 | -1/+1 |
2016-11-03 | remove obsolete instructions on hacking clang+gfortran (#2217) | Denis Davydov | 1 | -52/+15 |
2016-11-03 | spack install: forward sys.stdin to child processes (#2158) | Massimiliano Culpo | 3 | -36/+62 |
2016-11-03 | spack find: accepts anonymous specs as arguments fixes #2170 (#2188) | Massimiliano Culpo | 5 | -58/+33 |
2016-11-02 | Fix style checker bug. (#2214) | Todd Gamblin | 1 | -12/+42 |
2016-11-02 | Add support for gfortran to be used with clang (#2192) | Barry Smith | 2 | -4/+28 |
2016-11-01 | Update references in debug command (#2204) | scheibelp | 1 | -3/+3 |
2016-10-31 | Improved package.py error handling. (#2187) | Todd Gamblin | 4 | -163/+219 |
2016-10-31 | Add `spack flake8` command. (#2186) | Todd Gamblin | 2 | -15/+160 |
2016-10-30 | Allow common args to be written the same way regular args are. | Todd Gamblin | 2 | -49/+25 |
2016-10-30 | Bugfix: '::' only worked on top-level key in config. | Todd Gamblin | 11 | -151/+255 |
2016-10-30 | Documentation for configuration | Todd Gamblin | 15 | -388/+678 |
2016-10-30 | Add `spack arch --platform` option | Todd Gamblin | 1 | -2/+12 |
2016-10-30 | Make provider_index use spack yaml for cleaner output. | Todd Gamblin | 1 | -4/+4 |
2016-10-30 | source_cache, misc_cache, verify_ssl, checksum, & dirty in config.yaml | Todd Gamblin | 16 | -76/+160 |