summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-10-25Add a dummy depends_on to the boilerplate.Todd Gamblin1-0/+3
2014-10-23Start documenting new features.Todd Gamblin2-170/+172
2014-10-22Fix for SPACK-43: compiler finding fails gracefully on unknown error.Todd Gamblin1-0/+6
2014-10-22Test for URL extrapolation.Todd Gamblin4-5/+102
2014-10-16Consolidate archive_file() implementation into Stage.Todd Gamblin2-22/+35
2014-10-16Bug fixes for URLs and mirror fetching.Todd Gamblin5-22/+37
2014-10-15Add test cases for mirroring.Todd Gamblin9-116/+276
2014-10-15Refactor fetch tests to use common mock repo module.Todd Gamblin4-148/+198
2014-10-14Add a mirror module that handles new fetch strategies.Todd Gamblin4-109/+270
2014-10-10Use external argparse in spack list, for 2.6 compatibility.Todd Gamblin1-1/+1
2014-10-08Add available versions to generated package list documentation.Todd Gamblin2-1/+6
2014-10-08Update documentation to add an auto-generated list of packages.Todd Gamblin7-24/+117
2014-10-08Add spack edit -c option to edit commands.Todd Gamblin1-18/+31
2014-10-08Update docs to use new version format.Todd Gamblin2-11/+9
2014-10-07Add archive creation capability to fetch strategies.Todd Gamblin1-6/+46
2014-10-07Minor bugfix in exception constructor.Todd Gamblin1-1/+1
2014-10-07Move tty output commands out of package and into clean command.Todd Gamblin2-11/+14
2014-10-07Fix for SPACK-39: Concretization was too restrictive.Todd Gamblin6-170/+163
2014-10-06Add simple fnmatch filtering to spack list.Todd Gamblin1-2/+31
2014-10-04Added test for Mercurial fetching.Todd Gamblin3-18/+163
2014-10-03Add Mercurial fetch strategy and lwm2.Todd Gamblin1-0/+70
2014-10-03Fix location.py to use source_pathTodd Gamblin1-3/+3
2014-10-03add tests for svn fetching.Todd Gamblin5-7/+176
2014-10-03Add test case for git fetching.Todd Gamblin6-18/+222
2014-10-03Callpath build works when a tag is fetched from git.Todd Gamblin3-69/+172
2014-10-03Implement per-version attributes for flexible fetch policies.Todd Gamblin8-87/+273
2014-10-03Factor out URL fetching into URLFetchStrategyTodd Gamblin5-117/+310
2014-09-30Add test for URL version substitution.Todd Gamblin2-0/+74
2014-09-29Bugfix for version substitution.Todd Gamblin1-1/+2
2014-09-29Make fetch fail on 404.Todd Gamblin1-0/+5
2014-09-29Reverse sort output versions in spack checksumTodd Gamblin1-1/+1
2014-09-29Fix for spack cd -i.Todd Gamblin1-3/+24
2014-09-29Minor argparse improvement.Todd Gamblin2-6/+21
2014-09-27MPICH sets MPI compilers to use real compilers and not spack wrappers.Todd Gamblin1-4/+23
2014-09-27gfortran version detection brokenon debian.Todd Gamblin1-1/+1
2014-09-27Update checksum to print new version syntax.Todd Gamblin1-4/+2
2014-09-27Find custom list_urls depending on the archive URL (e.g. github releases)Todd Gamblin2-1/+21
2014-09-23Modify MPI installs to work without fortran.Todd Gamblin1-2/+2
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