summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Change git URL to https URL in all docs.Todd Gamblin2-2/+2
2014-09-19Fix for bug in create introduced by LLVM merge.Todd Gamblin1-13/+14
2014-09-18Merge branch 'features/llvm' into developTodd Gamblin7-27/+65
2014-09-18Better C++11 support, remove non-standalone llvm-compiler-rt.Todd Gamblin6-1/+157
2014-09-18Support for pkg-config.Todd Gamblin1-1/+9
2014-09-17Add command to show packages added in particular git revisions.Todd Gamblin1-0/+124
2014-09-16Merge branch 'develop' into features/fileutilsTodd Gamblin59-553/+4625
2014-09-16Some fixups for Adam's callpath and adept-utils packages.Todd Gamblin3-3/+3
2014-08-22Add dependency prefixes to CMAKE_PREFIX_PATHDavid Beckingsale1-0/+4
2014-08-22Add spack cd and spack location commands.Todd Gamblin5-31/+138
2014-08-21Merge branch 'features/postgresql' into developTodd Gamblin3-26/+60
2014-08-20Make EnvModule class use spec instead of package, fix using module of non-pre...Todd Gamblin4-27/+28
2014-08-20Merge branch 'features/python-2.6-compatibility' into developTodd Gamblin43-184/+3372
2014-08-18Merge pull request #19 in SCALE/spack from features/modules to developGeorge Todd Gamblin11-173/+491
2014-08-17Bugfixes for csh environment modules.Todd Gamblin2-13/+29
2014-08-16Bugfixes, more consolidation of modules code.Todd Gamblin3-21/+49
2014-08-16Add csh/tcsh support for modulesTodd Gamblin1-0/+1
2014-08-16Consolidate most module code into spack.modules and spack.cmd.moduleTodd Gamblin10-282/+283
2014-08-11Add options to stage to make it just print out stage dir.Todd Gamblin1-6/+36
2014-08-11Allow packages to add a dotkit() method and write custom parts of dotkits.Todd Gamblin1-5/+27
2014-08-11More robust symbol inclusion for 'from spack import *'Todd Gamblin1-18/+23
2014-08-10Test cases pass; Spack supports Python 2.6!Todd Gamblin6-100/+102
2014-08-10cc supports Python 2.6Todd Gamblin2-3/+4
2014-08-10Get rid of Python 2.7 dict.viewkeys() call.Todd Gamblin1-1/+1
2014-08-10Remove dependency on Python2.7 OrderedDict, revise config parserTodd Gamblin2-44/+284
2014-08-10Add Python 2.7 functools.total_ordering to external modules.Todd Gamblin3-1/+33
2014-08-10Fix minor warning about Exception.message being deprecated.Todd Gamblin1-1/+2
2014-08-10Change dict comprehensions to dict() constructors.Todd Gamblin4-4/+4
2014-08-10Fix SPACK-27 & remove dependence on check_outputTodd Gamblin1-8/+17
2014-08-10Remvoe dependence on v2.7 argparse by including argparse.Todd Gamblin20-19/+2400
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