summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-07-25tests: convert mirror test to pytest with free functions.Todd Gamblin1-44/+47
2018-07-25tests: add checks and tests for consistent version() argumentsTodd Gamblin3-2/+60
2018-07-25tests: correct name of `check_db` to `check_repo`Todd Gamblin1-7/+6
2018-07-25core: differentiate package-level fetch URLs by args to `version()`Todd Gamblin2-84/+186
2018-07-25core: add check for conflicting top-level fetch attributes in packagesTodd Gamblin4-6/+35
2018-07-25style: clean up exception definitions in package.pyTodd Gamblin1-7/+2
2018-07-25core: fixes and tests for handling of fetcher attributes in packagesTodd Gamblin3-40/+174
2018-07-25core: quick fix for packages without URLsAdam J. Stewart1-11/+0
2018-07-24Fix order of regexes reported by spack url summaryAdam J. Stewart1-2/+2
2018-07-24core: make `spack.util.crypto` initialization less expensive.Todd Gamblin2-38/+54
2018-07-24bugfix: `spack module -m` error message (#8794)Todd Gamblin1-3/+2
2018-07-24Die with a meaningful error if a deprecated command is usedMassimiliano Culpo2-3/+57
2018-07-24Grouped all the module commands under `spack module`Massimiliano Culpo13-390/+266
2018-07-24module file tutorial: rebuilt docker image and updated the scriptMassimiliano Culpo1-170/+216
2018-07-24Added --dependencies to the help text of spack loadMassimiliano Culpo2-3/+5
2018-07-24spack load exits with 1 if module does not exist or is not installedMassimiliano Culpo2-7/+68
2018-07-24Added blacklisting of implicit modules in docs + regression testsMassimiliano Culpo5-1/+52
2018-07-24Renamed 'patch_configuration' fixture to 'module_configuration'Massimiliano Culpo5-78/+79
2018-07-24Added a unit test for 'spack lmod setdefault'Massimiliano Culpo4-12/+101
2018-07-24Updated references to `spack module` in the documentation.Massimiliano Culpo5-55/+46
2018-07-24Added 'setdefault' subcommand to 'spack lmod'Massimiliano Culpo2-12/+38
2018-07-24Split 'spack module' into multiple commandsMassimiliano Culpo10-194/+413
2018-07-24bugfix: fix spack spec --yamlTodd Gamblin3-1/+58
2018-07-23docs: update old docs for `spack.package.PackageBase`Todd Gamblin1-205/+37
2018-07-23core: use sha256 instead of md5 for `spack checksum` and `spack create`Todd Gamblin5-36/+95
2018-07-21bugfix: stage test no longer modifies ~/.spack/config.yamlTodd Gamblin1-2/+2
2018-07-21docs: doucment `spack config blame`Todd Gamblin1-4/+59
2018-07-21docs: updates to `spack config get` docs for command-line scopesTodd Gamblin1-21/+73
2018-07-21docs: command-line scopesElizabeth Fischer1-3/+111
2018-07-21config: allow user to add configuration scopes on the command line.Elizabeth Fischer4-72/+194
2018-07-21locks: fix bug when creating lockfiles in the current directory.Todd Gamblin2-0/+25
2018-07-19style: make core comply with pep8-namingTodd Gamblin30-94/+93
2018-07-19add py-pep8-naming packageTodd Gamblin1-5/+10
2018-07-18Better Makefile target detection (#8223)Adam J. Stewart1-21/+46
2018-07-17shell: fixed a typo in spack --print-shell-vars (#8732)Massimiliano Culpo2-6/+6
2018-07-17Packages must be added to DB to be considered installed (#8038)Massimiliano Culpo3-6/+63
2018-07-17Add documentation on build systems (#5015)Adam J. Stewart17-0/+3941
2018-07-16add `spack --print-shell-vars` to speed up `setup-env.[c]sh` (#8101)Todd Gamblin2-0/+116
2018-07-14clean up of spack clean (#8610)Andreas Baumbach1-13/+15
2018-07-12locks: improve errors and permission checkingTodd Gamblin2-52/+145
2018-07-12locks: llnl.util.lock now only writes host info when in debug modeTodd Gamblin2-13/+98
2018-07-12tests: Separate tests for llnl.util.lock and spack.util.lockTodd Gamblin4-161/+169
2018-07-12refactor: move spack.util.multiproc to llnl.util.multiprocTodd Gamblin5-12/+12
2018-07-11Don't propagate version-specific URL overrides to newer versions (#8565)Massimiliano Culpo2-18/+18
2018-07-10fetch: remove 'trying' when cloning repos (#8651)Matthias Diener2-5/+5
2018-07-09Add ccache support (#3761)Christoph Junghans4-1/+37
2018-07-08fix typo in help of `spack clone` prefix is singular (#8658)Andreas Baumbach1-1/+1
2018-07-06Clear up a bit of modules/dotkit confusion (#8650)George Hartzell1-5/+7
2018-06-29Removed duplicate word (#8609)Paul Chelarescu1-1/+1
2018-06-26views: packages can customize how they're added to views (#7152)scheibelp21-307/+794