summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-12-07Fixed spelling of variable (#2516)Oliver Breitwieser2-2/+2
2016-12-05Use JSON for the database instead of YAML. (#2189)Todd Gamblin7-82/+282
2016-12-05Allow spack create to handle packages with period in name (#2351)Adam J. Stewart3-10/+13
2016-12-04Bugfix: restore `__contains__` method after ArchSpec refactor. (#2481)Todd Gamblin1-0/+3
2016-12-03Fixes to Handling Multiple Architectures (#2261)Joseph Ciurej13-272/+473
2016-12-01Does nothing if no prexisting config.guess is found. (#2446)Matt Belhorn1-1/+3
2016-12-01Update tutorial_sc16_packaging.rst (#2450)TomasPuverle1-1/+1
2016-12-01Update workflows.rst (#2451)TomasPuverle1-1/+1
2016-12-01More informative help messages for spack config. (#2453)Sergey Kosukhin1-2/+10
2016-11-29CDash fixes (#2438)hegner1-4/+4
2016-11-29add headers neede for CDASH to junit output (#2433)hegner1-2/+6
2016-11-24Adding pic_flag property to compilers (#2375)Andrey Prokopenko6-0/+24
2016-11-24Add dynamic search option for package sources (#2270)scheibelp4-8/+70
2016-11-23Fix indentation for newly created packages (#2391)Adam J. Stewart1-9/+9
2016-11-22Update external distro package to 1.0.1 (#2381)Adam J. Stewart1-60/+92
2016-11-22Forgot http:// in tutorial link.Todd Gamblin1-1/+1
2016-11-22Fix broken doc links.Todd Gamblin6-9/+10
2016-11-17Improve stacktrace printingMatthew Krafczyk1-3/+5
2016-11-16Use better scheme for getting root directoryMatthew Krafczyk1-3/+7
2016-11-16Fix some formatting errors caught by flake8.Matthew Krafczyk1-6/+7
2016-11-16-s now includes the file and line number with infoMatthew Krafczyk1-2/+32
2016-11-15Move tutorial slides to external link and stop using git LFS (#2341)Todd Gamblin3-3/+2
2016-11-14Add SC16 tutorial to the Spack docs.Todd Gamblin13-17/+64
2016-11-13Edited/fixed basic usage tutorial (#2329)becker331-69/+79
2016-11-13fake install: mock include directory (#2294)Massimiliano Culpo1-0/+1
2016-11-13install: fixed choices for `--only` (removed the default) fixes #2303 (#2308)Massimiliano Culpo1-1/+1
2016-11-12Basic usage step-by-step tutorialGregory Becker3-1/+1246
2016-11-12Add packaging tutorial to docs (#2315)Matthew LeGendre8-5/+651
2016-11-09Allow compiler wrapper to modify environment (#2275)scheibelp7-5/+112
2016-11-09find, uninstall: improved user interaction in the case of empty DB (#2278)Massimiliano Culpo2-2/+6
2016-11-07Waste less space when fetching cached archives, simplify fetch messages. (#2264)Todd Gamblin2-24/+39
2016-11-06Don't automatically spider remote list_urls before making stage. (#2263)Todd Gamblin1-6/+1
2016-11-06Changed cflag matching to exact rather than subset. (#2227)becker331-2/+2
2016-11-06Wordsmithing/minor-edits to module tutorial (#2256)George Hartzell1-21/+28
2016-11-06Add detection for redhat enterprise server to distro.py (#2262)Todd Gamblin1-1/+2
2016-11-05variable referenced before assignment (#2252)Massimiliano Culpo1-2/+4
2016-11-04Bugfix in concretize_compiler (#2196)Jeffrey Salmond1-8/+7
2016-11-04Fixes #1520 (#1822)scheibelp4-44/+73
2016-11-04Set Clang as the default compiler on macOS (#2225)Adam J. Stewart2-25/+0
2016-11-04Fix bug in distribution detection on unsupported platforms.Todd Gamblin1-4/+8
2016-11-04Use code from the `distro` package to improve linux distro detection. (#1629)Jeffrey Salmond2-2/+1051
2016-11-04libSplash: Add 1.6.0 Release (#2244)Axel Huebl1-9/+19
2016-11-04module files tutorial : first complete draft (#2228)Massimiliano Culpo3-27/+1009
2016-11-04patch older config.guess for newer architectures (#2221)Gregory Lee2-2/+79
2016-11-04Better spack spec (#2238)Todd Gamblin6-25/+85
2016-11-04Make spec.format properties case-insensitivePeter J. Scheibel1-0/+4
2016-11-04Support 'COMPILERVERSION' in spec format stringPeter J. Scheibel1-1/+1
2016-11-03remove obsolete instructions on hacking clang+gfortran (#2217)Denis Davydov1-52/+15
2016-11-03spack install: forward sys.stdin to child processes (#2158)Massimiliano Culpo3-36/+62
2016-11-03spack find: accepts anonymous specs as arguments fixes #2170 (#2188)Massimiliano Culpo5-58/+33