summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-08Add Scalasca 2.1David Boehme1-8/+30
2014-10-08Add available versions to generated package list documentation.Todd Gamblin2-1/+6
2014-10-08Add SUNDIALS solver package.Todd Gamblin1-0/+39
2014-10-08Update documentation to add an auto-generated list of packages.Todd Gamblin13-24/+133
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
- fetch strategy needs to know how to create archive of fetched repo - allows mirrors to be created from git/other VCS fetches.
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
- concretize_version() now Use satisfies(), not intersection. - version class updated with better intersection/union commands - version now 1.6 "contains" 1.6.5 - added test for new version functionality - remove none_high and none_low classes - version module is now self-contained; save for external 2.7 functools.total_ordering for 2.6 compatibility.
2014-10-06Add simple fnmatch filtering to spack list.Todd Gamblin1-2/+31
2014-10-06Add libNBC (non-blocking collectives)Todd Gamblin2-11/+62
2014-10-06Add package for Torsten's netgauge tool.Todd Gamblin1-0/+35
2014-10-04Added test for Mercurial fetching.Todd Gamblin5-19/+174
2014-10-03Add Mercurial fetch strategy and lwm2.Todd Gamblin2-0/+88
2014-10-03Fix location.py to use source_pathTodd Gamblin1-3/+3
2014-10-03add tests for svn fetching.Todd Gamblin6-7/+186
2014-10-03Add test case for git fetching.Todd Gamblin7-18/+232
2014-10-03Callpath build works when a tag is fetched from git.Todd Gamblin5-93/+198
2014-10-03Implement per-version attributes for flexible fetch policies.Todd Gamblin8-87/+273
- Tests pass with URL fetching and new scheme. - Lots of refactoring - Infrastructure is there for arbitrary fetch policies and more attribtues on the version() call. - Mirrors do not currently work properly, and they get in the way of a proper git fetch
2014-10-03Factor out URL fetching into URLFetchStrategyTodd Gamblin5-117/+310
- Added FetchStrategy class to Spack - Isolated pieces that need to be separate from Stage for git/svn/http - Added URLFetchStrategy for curl-based fetching.
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-29Bugfix for spack cd -hTodd Gamblin2-2/+16
2014-09-29Minor argparse improvement.Todd Gamblin2-6/+21
2014-09-28Merge branch 'features/automaded' into developTodd Gamblin10-25/+158
2014-09-27MPICH sets MPI compilers to use real compilers and not spack wrappers.Todd Gamblin2-4/+47
2014-09-27gfortran version detection brokenon debian.Todd Gamblin1-1/+1
2014-09-27Update callpath to 1.0.2Todd Gamblin1-0/+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-23Merge branch 'features/swig' into developTodd Gamblin1-0/+44
2014-09-23Added SWIG package.Todd Gamblin1-0/+44
2014-09-23Modify MPI installs to work without fortran.Todd Gamblin3-15/+35
2014-09-19First version of AutomaDeD package.Todd Gamblin1-0/+51
2014-09-19Change git URL to https URL in all docs.Todd Gamblin3-3/+3
2014-09-19Fix for bug in create introduced by LLVM merge.Todd Gamblin1-13/+14
2014-09-18Merge branch 'features/llvm' into developTodd Gamblin11-28/+225
- merging parts of LLVM that can be built now. - need to wait for standalone builds for some of the others.
2014-09-18Better C++11 support, remove non-standalone llvm-compiler-rt.Todd Gamblin10-62/+161
- LLVM non-standalone add-ons are difficult to build outside LLVM. - May have to wait for future versions of LLVM to build some of these
2014-09-18Merge branch 'features/fileutils-deps' into developTodd Gamblin8-7/+177
2014-09-18Take fileutils out and just merge the deps into develop.Todd Gamblin1-22/+0
2014-09-18Fileutils successfully finds libarchive; can't find dtcmp despite config arg.Todd Gamblin1-2/+2
2014-09-18Support for pkg-config.Todd Gamblin1-1/+9
2014-09-17update libcircle to download tarball from github/hpcAdam Moody1-2/+2
2014-09-17Add command to show packages added in particular git revisions.Todd Gamblin1-0/+124
spack pkg list [rev] list packages for revision. spack pkg diff [rev1] [rev2] diff bt/w packages in rev1 and rev2 spack pkg added [rev1] [rev2] pkgs added since rev1 spack pkg removed [rev1] [rev2] pkgs removed since rev2
2014-09-17Add command to show packages added in particular git revisions.Todd Gamblin1-0/+124
spack pkg list [rev] list packages for revision. spack pkg diff [rev1] [rev2] diff bt/w packages in rev1 and rev2 spack pkg added [rev1] [rev2] pkgs added since rev1 spack pkg removed [rev1] [rev2] pkgs removed since rev2
2014-09-17Merge branch 'features/scorep-packages' into developTodd Gamblin5-0/+312