summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-01-14tutorial: update tutorial materials for ECP19Todd Gamblin1-14/+12
2019-01-13version bump: v0.12.1Gregory Becker1-1/+1
2019-01-12cc: clean up cray compilers, fix issues with case-insensitive filesystems (#1...Adam J. Stewart9-9/+6
2019-01-11Binary caching bugfix: symlink relocation (#10073)Greg Becker3-9/+131
2019-01-11enh: `buildcache list` should behave similar to `find` (#10052)Matthias Wolf1-15/+10
2019-01-11dealii: fix concretization of xsdk package (#10288)Denis Davydov1-0/+11
2019-01-10spack versions: only list safe versions (#10004)Adam J. Stewart2-10/+27
2019-01-09Allow combinatorial projections in views (#9679)Greg Becker14-147/+500
2019-01-09tutorial basics section: fix gcc install version (#10298)Greg Becker1-1/+1
2019-01-08bug fix: copy permissions when staging (#10285)Owen Solberg1-3/+3
2019-01-08Armcompiler (#9840)Srinath Vadlamani5-24/+24
2019-01-07For spec-file-based installs, store the initial spec read from the file as th...Peter Josef Scheibel1-0/+1
2019-01-04Multi-valued variants: better support for combinations (#9481)Massimiliano Culpo9-19/+546
2019-01-04Add tests for expanding/non-expanding resourcesPeter Josef Scheibel1-3/+92
2019-01-04stage: fix resources being deleted from local cache (#10152)Michael Kuhn1-4/+9
2019-01-03Add missing code block (#10243)Ben Zwick1-0/+2
2019-01-02patch: split up fetch and clean into separate methods (#10150)Michael Kuhn5-50/+71
2019-01-02Removed an extra comma after a dict literal (#10236)Massimiliano Culpo1-1/+1
2019-01-01flake8: fix flake8 issues with invalid escapesTodd Gamblin6-81/+81
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin379-383/+383
2019-01-01license: license command prints sorted, non-redundant resultsTodd Gamblin1-3/+7
2019-01-01Improve validation of modules.yaml (#9878)Massimiliano Culpo8-169/+269
2018-12-30bugfix: nested directives were broken in python 3Todd Gamblin2-1/+25
2018-12-30commands: add `spack resource` command to inspect downloadable filesTodd Gamblin3-0/+211
2018-12-30tests: add a test to make sure that patched specs can be round-trippedTodd Gamblin1-30/+101
2018-12-30patches: add a per-repository patch indexTodd Gamblin8-116/+339
2018-12-30ProviderIndex uses json instead of YAMLTodd Gamblin4-21/+18
2018-12-30repo: refactor indexes to be more extensibleTodd Gamblin1-95/+132
2018-12-30patches: clean up patch.py, directives, and package class propertiesTodd Gamblin6-99/+119
2018-12-25tests: run 'test_compiler_add' serially in Python 2 (#10127)Massimiliano Culpo1-1/+9
2018-12-25environment: ignore invalid files names in var/spack/environments (#10198)Denis Davydov3-5/+20
2018-12-23bugfix: handle unicode properly in spack.util.executable (#10186)Todd Gamblin2-18/+37
2018-12-21Remove /nfs/tmp2 from default build_stage locations (#10170)Elsa Gonsiorowski, PhD1-6/+4
2018-12-20Performance improvements for CDash reporterZack Galbreath1-9/+12
2018-12-20Include accurate build time in CDash reportZack Galbreath1-6/+10
2018-12-20Report current git commit of Spack to CDashZack Galbreath1-6/+23
2018-12-20Make sure to urlencode cdash submit parametersScott Wittenburg1-3/+9
2018-12-20Get buildId from CDash at submit timeZack Galbreath1-2/+21
2018-12-20Allow more customization for CDash reporterZack Galbreath6-22/+61
2018-12-20Avoid UnboundLocalErrorZack Galbreath1-0/+1
2018-12-19env: all commands that disambiguate specs should be env-awareTodd Gamblin19-26/+55
2018-12-19fetch_strategy: improve GitFetchStrategy (#10153)Michael Kuhn1-11/+16
2018-12-18Add additional info to MesonPackage docs (#10133)Adam J. Stewart1-0/+44
2018-12-17Add help messages to spack gpg subcommands (#10117)Adam J. Stewart1-8/+16
2018-12-17spack buildcache: --allow_root -> --allow-root (#10115)Adam J. Stewart1-2/+2
2018-12-16mirrors: patches are now properly added to mirrors (#8993)Peter Scheibel6-59/+107
2018-12-15spack pkg add: add help message (#10116)Adam J. Stewart1-0/+1
2018-12-14Fix spack package inheritance for module variables (#10097)Greg Becker3-25/+37
2018-12-10Make downloads from list_url deterministic (#10047)Adam J. Stewart1-1/+1
2018-12-06multimethod: slight refactoring, documentation for code reviewGregory Becker3-39/+44