Age | Commit message (Expand) | Author | Files | Lines |
2014-08-22 | Add dependency prefixes to CMAKE_PREFIX_PATH | David Beckingsale | 1 | -0/+4 |
2014-08-22 | Add spack cd and spack location commands. | Todd Gamblin | 9 | -73/+186 |
2014-08-21 | Merge branch 'features/postgresql' into develop | Todd Gamblin | 8 | -27/+115 |
2014-08-20 | Remove development TAU version from package. | Todd Gamblin | 1 | -3/+1 |
2014-08-20 | Make EnvModule class use spec instead of package, fix using module of non-pre... | Todd Gamblin | 4 | -27/+28 |
2014-08-20 | Merge branch 'features/python-2.6-compatibility' into develop | Todd Gamblin | 44 | -187/+3375 |
2014-08-18 | Merge pull request #19 in SCALE/spack from features/modules to develop | George Todd Gamblin | 18 | -305/+824 |
2014-08-17 | Bugfixes for csh environment modules. | Todd Gamblin | 5 | -30/+81 |
2014-08-16 | Bugfixes, more consolidation of modules code. | Todd Gamblin | 4 | -21/+50 |
2014-08-16 | Add csh/tcsh support for modules | Todd Gamblin | 4 | -0/+141 |
2014-08-16 | Consolidate most module code into spack.modules and spack.cmd.module | Todd Gamblin | 13 | -461/+348 |
2014-08-11 | update tau tarball | Todd Gamblin | 1 | -1/+1 |
2014-08-11 | new prototype TAU tarball from Kevin | Todd Gamblin | 1 | -2/+2 |
2014-08-11 | Add Kevin's experimental TAU version | Todd Gamblin | 1 | -1/+2 |
2014-08-11 | Add package for openssl, have postgres use it. | Todd Gamblin | 2 | -4/+30 |
2014-08-11 | Add "spack cd" shell support to cd directly into the staged archive. | Todd Gamblin | 1 | -0/+4 |
2014-08-11 | Add options to stage to make it just print out stage dir. | Todd Gamblin | 1 | -6/+36 |
2014-08-11 | Package for postgresql. | Todd Gamblin | 1 | -0/+24 |
2014-08-11 | Allow packages to add a dotkit() method and write custom parts of dotkits. | Todd Gamblin | 1 | -5/+27 |
2014-08-11 | More robust symbol inclusion for 'from spack import *' | Todd Gamblin | 1 | -18/+23 |
2014-08-10 | Test cases pass; Spack supports Python 2.6! | Todd Gamblin | 7 | -102/+104 |
2014-08-10 | cc supports Python 2.6 | Todd Gamblin | 2 | -3/+4 |
2014-08-10 | Get rid of Python 2.7 dict.viewkeys() call. | Todd Gamblin | 1 | -1/+1 |
2014-08-10 | Remove dependency on Python2.7 OrderedDict, revise config parser | Todd Gamblin | 2 | -44/+284 |
2014-08-10 | Add Python 2.7 functools.total_ordering to external modules. | Todd Gamblin | 3 | -1/+33 |
2014-08-10 | Fix minor warning about Exception.message being deprecated. | Todd Gamblin | 1 | -1/+2 |
2014-08-10 | Change dict comprehensions to dict() constructors. | Todd Gamblin | 4 | -4/+4 |
2014-08-10 | Fix SPACK-27 & remove dependence on check_output | Todd Gamblin | 1 | -8/+17 |
2014-08-10 | Remvoe dependence on v2.7 argparse by including argparse. | Todd Gamblin | 21 | -20/+2401 |
2014-08-10 | Add a test case to ensure that Spack is v2.6 compliant. | Todd Gamblin | 2 | -1/+98 |
2014-08-10 | Add external package with pyqver2 tool | Todd Gamblin | 2 | -0/+425 |
2014-08-09 | Merge pull request #21 in SCALE/spack from features/directory-layout-test to ... | George Todd Gamblin | 11 | -176/+594 |
2014-08-09 | Minor tweaks after spec update. | Todd Gamblin | 4 | -3/+29 |
2014-08-09 | More spec improvements | Todd Gamblin | 5 | -63/+131 |
2014-08-08 | Add postorder traversal to specs | Todd Gamblin | 3 | -61/+137 |
2014-08-08 | Clean up specs, spec comparison, and spec hashing. | Todd Gamblin | 6 | -64/+312 |
2014-08-04 | Partial commit of more packages. | Todd Gamblin | 10 | -36/+210 |
2014-08-04 | Added LLVM package | David Beckingsale | 1 | -0/+48 |
2014-08-04 | Fix up versions to match new version format, minor formatting. | Todd Gamblin | 5 | -17/+14 |
2014-08-04 | More descriptive error when package constructor fails. | Todd Gamblin | 1 | -1/+13 |
2014-08-04 | adding libarchive | Adam Moody | 1 | -0/+15 |
2014-08-04 | add libcircle package | Adam Moody | 1 | -0/+22 |
2014-08-04 | fileutils package | Adam Moody | 1 | -0/+23 |
2014-08-04 | cannot uninstall dtcmp because depends on dtcmp | Adam Moody | 1 | -1/+1 |
2014-08-04 | adding dtcmp package | Adam Moody | 1 | -0/+20 |
2014-08-04 | add lwgrp package | Adam Moody | 1 | -0/+17 |
2014-08-04 | add mvapich2 package to handle different compilers and variants | Adam Moody | 1 | -4/+82 |
2014-08-04 | Fixed up module support | David Beckingsale | 4 | -10/+133 |
2014-08-04 | Added inital module support | David Beckingsale | 6 | -16/+304 |
2014-08-04 | Merge pull request #20 in SCALE/spack from openss to develop | George Todd Gamblin | 3 | -4/+83 |