summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Work on SPACK-41: Optional dependencies work for simple conditions.Todd Gamblin14-159/+397
2015-05-10Merge branch 'features/yaml-spec' into features/optional-depsTodd Gamblin34-198/+6204
2015-05-10Merge remote-tracking branch 'origin/features/variants' into features/optiona...Todd Gamblin16-304/+508
2015-05-10Remove debug print in link_treeTodd Gamblin1-1/+0
2015-05-10Better hash output in find.Todd Gamblin2-16/+32
2015-05-10Fix bug in directory layout hidden files()Todd Gamblin3-3/+8
2015-05-10Doc tweak.Todd Gamblin2-3/+7
2015-05-10Fix SPACK-67: 'spack help stage' was broken.Todd Gamblin1-2/+0
2015-05-10tests for variant concretizationTodd Gamblin2-12/+44
2015-05-10SPACK-56: fix Variant concretization.Todd Gamblin5-23/+107
2015-05-10Fix SPACK-40: Finish adding variant directive.Todd Gamblin4-14/+56
2015-05-10Small updates to directives.Todd Gamblin2-11/+18
2015-05-10Modularize directives. Now each directive specifies its storage.Todd Gamblin3-108/+143
2015-05-10relations are now "directives", and code is cleaned up.Todd Gamblin5-82/+82
2015-05-10Remove TODOs for full DAG information.Todd Gamblin4-25/+3
2015-05-10extensions file now in YAML formatTodd Gamblin3-38/+69
2015-05-09YamlDirectoryLayout now working.Todd Gamblin6-134/+114
2015-05-09restore some disabled git tests.Todd Gamblin1-3/+3
2015-05-09Updated Sphinx RTD documentation theme supports 4 levelsTodd Gamblin28-110/+299
2015-05-09Fix 'ç' in François's name.Todd Gamblin1-1/+1
2015-05-07Merge branch 'features/xl-support' into developTodd Gamblin3-5/+102
2015-05-07Basic support for IBM XL compilersFrançois Bissey3-5/+102
2015-05-07Merge branch 'features/diy' into developTodd Gamblin5-22/+162
2015-05-05Bugfixes for yaml specs.Todd Gamblin3-3/+18
2015-05-05Add test for YAML specs.Todd Gamblin2-1/+67
2015-05-05Make YAML specs more human readable.Todd Gamblin2-41/+58
2015-05-01Merge pull request #41 from cyrush/code_chk_pkgsTodd Gamblin2-0/+29
2015-04-30added simple spack package files for uncrustify and cppcheckCyrus Harrison2-0/+29
2015-04-29Specs to/from YAML are working.Todd Gamblin2-2/+102
2015-04-28Add YAML to Spack.Todd Gamblin18-0/+5796
2015-04-14Merge branch 'develop' of github.com:scalability-llnl/spack into developTodd Gamblin2-3/+2
2015-04-14Fix for GitHub #30 and SPACK-70.Todd Gamblin1-7/+42
2015-04-14documentation updatesTodd Gamblin3-47/+57
2015-04-09Merge pull request #29 from alfredo-gimenez/developTodd Gamblin2-3/+2
2015-04-09MemAxes and MitosAlfredo Gimenez2-3/+2
2015-04-08Complete diy command.Todd Gamblin1-4/+40
2015-04-08Add a DIY stage class.Todd Gamblin1-0/+33
2015-04-08Factor edit_package function out of edit command.Todd Gamblin1-19/+24
2015-04-08Start of DIY command.Todd Gamblin3-3/+69
2015-04-07Allow spack install -j to throttle make jobs.Todd Gamblin4-21/+44
2015-04-01Version bump for adept-utilsTodd Gamblin1-1/+2
2015-03-30Merge pull request #26 from mplegendre/binutilsTodd Gamblin2-0/+22
2015-03-30Add binutils as a gcc dependency so it doesn't use the system linker/assembler.Matthew LeGendre2-0/+22
2015-03-27Merge pull request #25 from mplegendre/qtfixTodd Gamblin1-3/+5
2015-03-27Fix QT with gcc 4.9 build error where QT's -Wl,--no-undefined interfered with...Matthew LeGendre1-3/+5
2015-03-27Merge pull request #23 from mplegendre/rpath_cleanupTodd Gamblin2-1/+5
2015-03-27Only convert -L<path> to -Wl,-rpath,<path> in compiler scripts if <path> poin...Matthew LeGendre2-1/+5
2015-03-24Add contributions section to README.mdTodd Gamblin1-6/+24
2015-03-24add mailing list links to READMETodd Gamblin1-0/+12
2015-03-24Add some options to spec command.Todd Gamblin1-3/+10