summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-01-13Merge branch 'releases/v0.12'v0.12.1Todd Gamblin3-4/+4
2019-01-13version bump: v0.12.1Gregory Becker1-1/+1
2019-01-13tutorial basics section: fix gcc install versionGregory Becker1-1/+1
2019-01-13bugfix: add back r's for invalid regexesGregory Becker1-2/+2
2018-11-13Merge branch 'releases/v0.12'v0.12.0Todd Gamblin592-27823/+40436
2018-11-13Make Spack relocate text files in build caches with relative binariesGregory Becker1-2/+0
2018-11-13Revert "Binary caching: remove symlinks, copy files instead (#9747)"Ubuntu1-5/+3
2018-11-12Fix typos in Build Systems Tutorial (#9822)Adam J. Stewart1-4/+4
2018-11-12docs: update tutorial slide link for SC18Todd Gamblin1-8/+8
2018-11-12version bump: v0.12.0Todd Gamblin1-1/+1
2018-11-12docs: add environments tutorialTodd Gamblin2-4/+821
2018-11-11Updates to Configuration Tutorial for SC18 (#9811)Adam J. Stewart1-176/+242
2018-11-11Consistent capitalization of Build Caches docs for SC18 (#9810)Adam J. Stewart1-1/+1
2018-11-11Minor changes to Build Settings docs (#9808)Adam J. Stewart1-25/+27
2018-11-11Minor changes to Basic Settings docs for SC18 (#9809)Adam J. Stewart1-13/+13
2018-11-11Update basic usage and modules tutorial (#9807)Greg Becker3-1148/+1149
2018-11-11Advanced packaging tutorial: reorganize for binary caches (#9804)Peter Scheibel1-145/+157
2018-11-11env: uninstall just removes specs that are still needed by other envsTodd Gamblin1-51/+107
2018-11-11bugfix: preserve abstract specs when installing an environmentTodd Gamblin2-9/+9
2018-11-11env: fix display of concretized specs in `spack find`Todd Gamblin1-5/+3
2018-11-11env: make `spack config edit` and `spack config get` environment-awareTodd Gamblin5-27/+183
2018-11-11bugfix: make defaults consistent --use-cache and --no-cache (#9803)Todd Gamblin1-3/+3
2018-11-11Update buildsystem tut (#9795)Mario Melara2-45/+54
2018-11-11Updates to Configuration Files docs for SC18 (#9801)Adam J. Stewart2-139/+138
2018-11-09install: add --use-cache back so that existing tooling does not break (#9797)Todd Gamblin1-2/+8
2018-11-09Introduce fftw-api virtual package for Intel-MKL and FFTW (#9618)Nichols A. Romero1-2/+5
2018-11-09buildcache: update `spack install` to use build cache by default (#9772)Greg Becker4-7/+11
2018-11-09env: clean up command access to the active environmentTodd Gamblin5-40/+51
2018-11-09env: only add `concrete` attribute to abstract specsTodd Gamblin1-3/+4
2018-11-09env: make environment search more consistent; simplify codeTodd Gamblin4-105/+105
2018-11-09externals: bugfix in ruamel for ordereddict in Python 2.6Todd Gamblin1-2/+2
2018-11-09env: rename EnvError to SpackEnvironmentErrorTodd Gamblin2-13/+10
2018-11-09bugfix: preserve patch ordering when specs are copiedTodd Gamblin1-0/+9
2018-11-09fix bad regular expressions and docstrings with '\'Todd Gamblin2-4/+4
2018-11-09commands: rework command categories and argumentsTodd Gamblin14-22/+27
2018-11-09env: consolidate most of `spack env status` into `spack find`Todd Gamblin7-148/+259
2018-11-09env: move `env uninstall` into `spack uninstall`Todd Gamblin6-72/+191
2018-11-09env: move `spack env stage` into `spack stage` commandTodd Gamblin4-27/+15
2018-11-09env: `spack env destroy` is now `spack env remove`Todd Gamblin2-20/+23
2018-11-09env: move add, remove, and concretize to top-level commandsTodd Gamblin7-104/+155
2018-11-09env: moved all `spack env install` functionality into `spack install`Todd Gamblin4-124/+110
2018-11-09env: remove all -e arguments on subcommandsTodd Gamblin2-18/+25
2018-11-09env: currently activated environment cannot be destroyedTodd Gamblin3-22/+42
2018-11-09env: prevent any active environments from interfering with testsTodd Gamblin1-0/+22
2018-11-09env: remove upgrade() and relocate() for nowTodd Gamblin3-140/+1
2018-11-09env: add test to ensure config precedence is high-to-lowTodd Gamblin2-3/+46
2018-11-09env: make install_status output more conciseTodd Gamblin3-14/+46
2018-11-09env: environments can be named or created in directoriesTodd Gamblin6-278/+451
2018-11-09env: `spack install SPEC` installs into currently active environment.Todd Gamblin4-9/+100
2018-11-09env: `spack env install` automatically concretizes specsTodd Gamblin2-6/+16