summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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-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
2014-09-17Add Score-P 1.3 release. Works for gcc, still some issues with Intel builds.David Boehme4-13/+86
2014-09-17added mpileaks (finally!)Adam Moody1-3/+10
2014-09-16Merge branch 'develop' into features/fileutilsTodd Gamblin74-692/+5151
Conflicts: lib/spack/spack/packages.py
2014-09-16Merge branch 'features/callpath' into developTodd Gamblin5-6/+54
2014-09-16Some fixups for Adam's callpath and adept-utils packages.Todd Gamblin5-10/+12
- Make spack packages RPATH *ALL* dependencies (i.e. the whole tree) - prevents callpath link from finding wrong libelf -- always uses the one dyninst used.
2014-09-16add adeptutils and callpath packagesAdam Moody2-3/+49
2014-09-05Remove examples from default STAT build to avoid MPI dependence.Todd Gamblin1-0/+1
2014-08-22Merge pull request #23 in SCALE/spack from features/cmake-prefix-path to developGeorge Todd Gamblin1-0/+4
# By David Beckingsale # Via Todd Gamblin * commit '42ca6c8bfc2b7598acd880a013f7898db5245004': Add dependency prefixes to CMAKE_PREFIX_PATH
2014-08-22Add dependency prefixes to CMAKE_PREFIX_PATHDavid Beckingsale1-0/+4
2014-08-22Add spack cd and spack location commands.Todd Gamblin9-73/+186
- Better shell support for cd'ing into directories - Fix some csh weirdness with nested aliases.
2014-08-21Merge branch 'features/postgresql' into developTodd Gamblin8-27/+115
- add spack cd command. - Fix bug in modules hook Conflicts: lib/spack/spack/cmd/stage.py lib/spack/spack/hooks/dotkit.py share/spack/setup-env.bash
2014-08-20Remove development TAU version from package.Todd Gamblin1-3/+1
2014-08-20Make EnvModule class use spec instead of package, fix using module of ↵Todd Gamblin4-27/+28
non-present package. - Using the spec doesn't require the package to be there. - Restore ability to use non-present packages (which was broken)
2014-08-20Merge branch 'features/python-2.6-compatibility' into developTodd Gamblin44-187/+3375
- Changed 'import argparse' to 'from external import argparse' in conflicts. Conflicts: lib/spack/spack/cmd/dotkit.py lib/spack/spack/cmd/unuse.py lib/spack/spack/cmd/use.py
2014-08-18Merge pull request #19 in SCALE/spack from features/modules to developGeorge Todd Gamblin18-305/+824
# By Todd Gamblin (4) and David Beckingsale (2) # Via Todd Gamblin * commit 'b601fd08caf21b5fc11e6998a5ebd20a04ac57ad': Bugfixes for csh environment modules. Bugfixes, more consolidation of modules code. Add csh/tcsh support for modules Consolidate most module code into spack.modules and spack.cmd.module Fixed up module support Added inital module support
2014-08-17Bugfixes for csh environment modules.Todd Gamblin5-30/+81