summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-08cleanup: Removing an unnecessary line in an otherwise unchanged fileGregory Becker1-1/+0
2016-01-08minor bug chasingGregory Becker3-20/+4
2016-01-08Fixing the fix and removing debug printingGregory Becker1-1/+0
2016-01-08Fixing multimethod test for new platformsGregory Becker1-1/+5
2016-01-08Fixed target satisfaction and updated tests accordinglyGregory Becker5-64/+79
2016-01-08Improved error messages for compiler_for_spec when either zero or multiple co...Gregory Becker1-1/+14
2016-01-08removed the submodule as part of reversion of extraneous commitsGregory Becker1-0/+0
2016-01-07brought the architecture test up to date with new changesGregory Becker1-3/+3
2016-01-07Improved cray architecture classGregory Becker1-4/+9
2016-01-07Improved target specificationGregory Becker3-5/+37
2016-01-07Cleaned up naming conventions for architecture, split into platform and targetGregory Becker22-185/+186
2016-01-06Improved target cmp_key and to/from yaml functionsGregory Becker1-14/+10
2016-01-06made the compiler strategy more easily controllableGregory Becker6-15/+16
2016-01-05improved concretize efficiency for determining whether compilers come from th...Gregory Becker1-7/+10
2016-01-05minor tweak of compiler priority while waiting for customizable compiler prio...Gregory Becker1-1/+1
2016-01-05fixed compiler finding so as not to identify non-existent versions of the int...Gregory Becker1-1/+1
2016-01-05fixed concretization to only consider compilers found by the proper strategyGregory Becker1-1/+20
2016-01-05minor bug fixGregory Becker1-2/+1
2016-01-05removed debug printingGregory Becker1-1/+0
2016-01-05fixed haswell targeting bugGregory Becker2-5/+13
2016-01-05removed debug printingGregory Becker1-2/+0
2016-01-05fixed errors caused by crayport on linux and added a darwin architectureGregory Becker6-24/+62
2016-01-05bug huntingGregory Becker3-5/+6
2016-01-04pick last compiler instead of first, will be overwritten by more advanced pre...Gregory Becker1-1/+1
2016-01-04Support for cray external dependencies implemented in modulesGregory Becker4-7/+75
2016-01-04Merge branch 'externals' into crayportGregory Becker15-202/+901
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
2016-01-02depends_on and when multimethod support booleanalalazo3-4/+57
2016-01-02fixed broken unit testsalalazo2-6/+27
2016-01-02Package : factored out code in do_stage and do_fetch, changed mirror command ...alalazo4-181/+183
2016-01-01added class decorator to define composite classesalalazo1-0/+98
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
2015-12-25Rework Spack config: keep user & site config in memory.Todd Gamblin10-268/+284
2015-12-24Fix #154 -- better log messages for do_patch()Todd Gamblin1-11/+29
2015-12-23Fix #85 and #228: errors fetching VCS packages from a mirror.Todd Gamblin2-16/+41
2015-12-23Fix #235: Smarter web spidering -- use parsed links instead of reconstructing.Todd Gamblin4-82/+183