summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-28correcting a bug when url and files are mixedNicolas Richart1-10/+17
2016-01-28Adding the stager to checksum any url that spack can handleNicolas Richart1-6/+18
2016-01-26fix for issue 398, added extensions_for in RepoPathGregory L. Lee1-0/+5
2016-01-25Fixes #259: Apple clang compiler detectionTodd Gamblin1-3/+29
2016-01-25Fix regex to find version on OS XAdam J. Stewart1-1/+1
2016-01-25Fixes #74: minor fixes to spack mirror.Todd Gamblin2-2/+9
2016-01-25More thorough mirror test: test full round-tripTodd Gamblin4-37/+37
2016-01-25Refactor mock_repo: add a destroy() method.Todd Gamblin6-28/+20
2016-01-24Fixes #382: Issues with spack fetch.Todd Gamblin1-1/+7
2016-01-24Minor line width reductions.Todd Gamblin1-3/+6
2016-01-24Better errors for mkdirp failure in mirror.Todd Gamblin1-2/+10
2016-01-24Minor cleanup. 80 char width for command description.Todd Gamblin1-20/+20
2016-01-21Remove cxx symlink, tell NAG to look for c++ symlinkAdam J. Stewart2-2/+1
2016-01-21Add symlink cxx to point to ccAdam J. Stewart1-0/+1
2016-01-21Refactor args for Executable.__call__Todd Gamblin10-57/+113
2016-01-20Merge pull request #350 from adamjstewart/features/nagTodd Gamblin5-4/+39
2016-01-20Fixed typo when running spack helpAdam J. Stewart1-1/+1
2016-01-20Redirect STDERR to STDOUT for compiler versionAdam J. Stewart1-1/+2
2016-01-19typos: fix some letter transposesBen Boeckel2-2/+2
2016-01-19Modify nag.py to match new compiler package structureAdam J. Stewart1-0/+9
2016-01-19Add symlink for NAG Fortran CompilerAdam J. Stewart1-0/+1
2016-01-19Merge branch 'develop' into features/nagAdam J. Stewart145-889/+20826
2016-01-19Simplify output redirection in spack.util.executableTodd Gamblin2-16/+11
2016-01-19Allow completely empty config files.Todd Gamblin1-3/+3
2016-01-19Merge branch 'mplegendre-multi_pkgsrc_roots' into developTodd Gamblin91-844/+6903
2016-01-17Merge pull request #202 from scheibelp/features/unittest-xml-output-noseTodd Gamblin55-31/+13898
2016-01-17Fix create, diy, edit, and repo commands to use multiple repos.Todd Gamblin6-92/+247
2016-01-17Add namespace option to find command.Todd Gamblin1-9/+18
2016-01-17Temporary fix: Clang is the default compiler on Mac OS X.Todd Gamblin1-1/+6
2016-01-14update compiler config test.Todd Gamblin1-33/+37
2016-01-14add sanity check on config write as well as validation on read.Todd Gamblin1-0/+6
2016-01-14Add jsonschema validation for config files.Todd Gamblin24-43/+4168
2016-01-14Make text wrapping off by default in tty, add a kwarg for it.Todd Gamblin3-21/+60
2016-01-13Add NAG Fortran Compiler supportAdam J. Stewart3-3/+27
2016-01-03add/remove/list working for new config format.Todd Gamblin8-109/+221
2016-01-03Add Python 3 aliases to our argparse backport.Todd Gamblin1-5/+17
2016-01-02All tests that call concretize() need to be MockPackagesTests.Todd Gamblin1-1/+5
2016-01-02Fix bug in tests.Todd Gamblin2-14/+17
2015-12-30significant llvm updateTom Scogland1-8/+14
2015-12-30allow nested resourcesTom Scogland1-1/+3
2015-12-30adding errno import for the deep directory creation patchTom Scogland1-0/+1
2015-12-30create leading directories for resourcesTom Scogland1-1/+8
2015-12-28Rework mirror configuration.Todd Gamblin2-12/+44
2015-12-28Rework compiler configuration and simplify config.py logic.Todd Gamblin4-73/+124
2015-12-27Remove mock_configs; tests no longer modify spack home directory.Todd Gamblin2-6/+30
2015-12-27Add custom YAML loader & dumper to track lines & maintain dict order.Todd Gamblin6-43/+351
2015-12-27Uncomment disabled tests.Todd Gamblin1-2/+2
2015-12-26Merge pull request #277 from LLNL/bugfix/vcs-mirror-fetchTodd Gamblin2-16/+41
2015-12-25Default to scope with highest precedence instead of user scope,Todd Gamblin2-2/+10
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin163-431/+839