summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Adding dotkit support to TAU.Todd Gamblin14-21/+552
2014-07-02Add TAU package and routines to filter files, fix sed calls.Todd Gamblin4-2/+96
2014-07-02Some fixes for spack-python interpreter mode.Todd Gamblin1-6/+12
2014-06-24Reordered site configuration docs.Todd Gamblin1-50/+51
2014-06-24Updated docs.Todd Gamblin3-87/+232
2014-06-24Bugfix for mirror commandTodd Gamblin1-1/+1
2014-06-24Merge pull request #16 in SCALE/spack from features/mirror to developGeorge Todd Gamblin8-66/+227
2014-06-24spack mirror now checksums fetched archives.Todd Gamblin4-25/+42
2014-06-24New spack mirror command, configuration.Todd Gamblin6-49/+184
2014-06-24Add more output; don't re-add existing compilersTodd Gamblin1-2/+11
2014-06-23import & namespace fixesTodd Gamblin2-3/+1
2014-06-23Simplified compiler finding logic and caching.Todd Gamblin4-66/+39
2014-06-22Merge pull request #14 in SCALE/spack from features/compilers to developGeorge Todd Gamblin46-415/+2208
2014-06-22Multi-compiler support feature-complete. Fix SPACK-3, SPACK-4, SPACK-12.Todd Gamblin11-150/+519
2014-06-22Executables can optionally ignore error output.Todd Gamblin1-6/+24
2014-06-22Enable allow_no_value for config parser.Todd Gamblin1-19/+53
2014-06-22Make tests use mock compiler configuration.Todd Gamblin4-2/+25
2014-06-22Set default editor to vi if EDITOR is not set.Todd Gamblin1-1/+1
2014-06-22Add working_dir, Version back into package build namespace.Todd Gamblin1-1/+7
2014-06-22Compiler support now uses configuration files.Todd Gamblin15-84/+286
2014-06-22Make debug and verbose output work properly.Todd Gamblin3-8/+34
2014-06-22Minor cleanup and bug fixes.Todd Gamblin7-20/+26
2014-06-22Add support for configuration files. Fix SPACK-24.Todd Gamblin5-1/+598
2014-06-22Proper exiting for forked process in do_install()Todd Gamblin1-11/+15
2014-06-22Move globals to spack's __init__.pyTodd Gamblin2-37/+7
2014-06-22Move globals to spack's __init__.pyTodd Gamblin3-145/+172
2014-06-22Adding per-compiler python filesTodd Gamblin4-0/+16
2014-06-22Initial ability to swap compilers.Todd Gamblin19-118/+231
2014-06-22Better satisfies: e.g., v4.7.3 now satisfies v4.7Todd Gamblin5-13/+118
2014-06-22Add CompilerSpec class and loading capability.Todd Gamblin11-92/+177
2014-06-22Implemented compiler concretization policy.Todd Gamblin5-41/+91
2014-06-22Sorted out spack.compilers vs var/spack/compilersTodd Gamblin8-53/+118
2014-06-22Make Compiler constructor behave like Spec constructor.Todd Gamblin6-27/+47
2014-06-22partial checkinTodd Gamblin1-0/+57
2014-06-05Merge pull request #11 in SCALE/spack from features/tmux to developGeorge Todd Gamblin3-0/+76
2014-06-05Merge pull request #12 in SCALE/spack from features/samrai to developGeorge Todd Gamblin5-0/+130
2014-06-05Merge pull request #13 in SCALE/spack from features/vim to developGeorge Todd Gamblin1-0/+34
2014-06-02Added package for vimDavid Beckingsale1-0/+34
2014-06-02Package builds and installs SAMRAI and deps with GNU and OpenMPIDavid Beckingsale5-22/+108
2014-05-30Added tmux and supporting packages (ncurses and libevent)David Beckingsale3-0/+76
2014-05-29Preliminary SAMRAI packageTodd Gamblin1-0/+44
2014-05-27Merge pull request #10 in SCALE/spack from ~SHRADER3/spack:develop to developGeorge Todd Gamblin1-2/+2
2014-05-27Fix for SPACK-28: truncated output in docs.Todd Gamblin1-1/+0
2014-05-27Add index_by function to llnl.util.langTodd Gamblin1-0/+58
2014-05-20added patch to STAT to find MPICXXGregory L. Lee2-0/+21
2014-05-20Fix bug in checksum reportingDavid Shrader1-2/+2
2014-05-17Better version substitution and wildcard URLs.Todd Gamblin6-63/+156
2014-05-16Bugfix in error message.Todd Gamblin1-1/+1
2014-05-07added mrnet-4.1.0 and stat-2.1.0Gregory L. Lee2-7/+2
2014-05-04Allow widths in spec format strings.Todd Gamblin2-9/+30