summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-08-10Add a test case to ensure that Spack is v2.6 compliant.Todd Gamblin2-1/+98
2014-08-10Add external package with pyqver2 toolTodd Gamblin2-0/+425
2014-08-09Minor tweaks after spec update.Todd Gamblin4-3/+29
2014-08-09More spec improvementsTodd Gamblin5-63/+131
2014-08-08Add postorder traversal to specsTodd Gamblin3-61/+137
2014-08-08Clean up specs, spec comparison, and spec hashing.Todd Gamblin6-64/+312
2014-08-04Partial commit of more packages.Todd Gamblin5-27/+33
2014-08-04More descriptive error when package constructor fails.Todd Gamblin1-1/+13
2014-08-04cannot uninstall dtcmp because depends on dtcmpAdam Moody1-1/+1
2014-08-04Fixed up module supportDavid Beckingsale3-10/+11
2014-08-04Added inital module supportDavid Beckingsale5-0/+271
2014-08-04Merge pull request #20 in SCALE/spack from openss to developGeorge Todd Gamblin1-4/+6
2014-08-04find and uninstall work when installed package is no longer in spack.Todd Gamblin4-14/+54
2014-08-03Fix up Matt's openss packages.Todd Gamblin1-4/+6
2014-07-30Allow per-version URLs instead of one single URL per package.Todd Gamblin11-81/+189
2014-07-09Fix Jeff Keasler's issues and add parmetis package.v0.8Todd Gamblin3-7/+5
2014-07-09Fix for SPACK-35: Fortran not working properlyTodd Gamblin6-2/+7
2014-07-08Fix typos.Todd Gamblin2-19/+20
2014-07-08Fix for finding dependent packagesTodd Gamblin1-3/+4
2014-07-08Fix for dependent package detection.Todd Gamblin1-0/+46
2014-07-08Adding dotkit support to TAU.Todd Gamblin10-21/+392
2014-07-02Add TAU package and routines to filter files, fix sed calls.Todd Gamblin2-2/+75
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-24spack mirror now checksums fetched archives.Todd Gamblin3-24/+41
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-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 Gamblin2-2/+13
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 Gamblin11-68/+286
2014-06-22Make debug and verbose output work properly.Todd Gamblin2-7/+31
2014-06-22Minor cleanup and bug fixes.Todd Gamblin7-20/+26
2014-06-22Add support for configuration files. Fix SPACK-24.Todd Gamblin4-1/+597
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-22Initial ability to swap compilers.Todd Gamblin17-117/+227
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