summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-23Added SWIG package.Todd Gamblin1-0/+44
2014-09-23Modify MPI installs to work without fortran.Todd Gamblin3-15/+35
2014-09-19Merge branch 'develop'v0.8.5Todd Gamblin3-3/+3
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-19Merge branch 'develop'Todd Gamblin1-13/+14
2014-09-19Fix for bug in create introduced by LLVM merge.Todd Gamblin1-13/+14
2014-09-18Merge branch 'develop'Todd Gamblin140-941/+6584
2014-09-18Merge branch 'features/llvm' into developTodd Gamblin11-28/+225
2014-09-18Better C++11 support, remove non-standalone llvm-compiler-rt.Todd Gamblin10-62/+161
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
2014-09-17Add command to show packages added in particular git revisions.Todd Gamblin1-0/+124
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
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
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
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
2014-08-21Merge branch 'features/postgresql' into developTodd Gamblin8-27/+115
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 non-pre...Todd Gamblin4-27/+28
2014-08-20Merge branch 'features/python-2.6-compatibility' into developTodd Gamblin44-187/+3375
2014-08-18Merge pull request #19 in SCALE/spack from features/modules to developGeorge Todd Gamblin18-305/+824
2014-08-17Bugfixes for csh environment modules.Todd Gamblin5-30/+81
2014-08-16Bugfixes, more consolidation of modules code.Todd Gamblin4-21/+50
2014-08-16Add csh/tcsh support for modulesTodd Gamblin4-0/+141
2014-08-16Consolidate most module code into spack.modules and spack.cmd.moduleTodd Gamblin13-461/+348
2014-08-11update tau tarballTodd Gamblin1-1/+1
2014-08-11new prototype TAU tarball from KevinTodd Gamblin1-2/+2
2014-08-11Add Kevin's experimental TAU versionTodd Gamblin1-1/+2
2014-08-11Add package for openssl, have postgres use it.Todd Gamblin2-4/+30
2014-08-11Add "spack cd" shell support to cd directly into the staged archive.Todd Gamblin1-0/+4
2014-08-11Add options to stage to make it just print out stage dir.Todd Gamblin1-6/+36
2014-08-11Package for postgresql.Todd Gamblin1-0/+24
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 Gamblin7-102/+104
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