Age | Commit message (Expand) | Author | Files | Lines |
2014-09-30 | Add test for URL version substitution. | Todd Gamblin | 2 | -0/+74 |
2014-09-29 | Bugfix for version substitution. | Todd Gamblin | 1 | -1/+2 |
2014-09-29 | Make fetch fail on 404. | Todd Gamblin | 1 | -0/+5 |
2014-09-29 | Reverse sort output versions in spack checksum | Todd Gamblin | 1 | -1/+1 |
2014-09-29 | Fix for spack cd -i. | Todd Gamblin | 1 | -3/+24 |
2014-09-29 | Minor argparse improvement. | Todd Gamblin | 2 | -6/+21 |
2014-09-27 | MPICH sets MPI compilers to use real compilers and not spack wrappers. | Todd Gamblin | 1 | -4/+23 |
2014-09-27 | gfortran version detection brokenon debian. | Todd Gamblin | 1 | -1/+1 |
2014-09-27 | Update checksum to print new version syntax. | Todd Gamblin | 1 | -4/+2 |
2014-09-27 | Find custom list_urls depending on the archive URL (e.g. github releases) | Todd Gamblin | 2 | -1/+21 |
2014-09-23 | Modify MPI installs to work without fortran. | Todd Gamblin | 1 | -2/+2 |
2014-09-19 | Change git URL to https URL in all docs. | Todd Gamblin | 2 | -2/+2 |
2014-09-19 | Fix for bug in create introduced by LLVM merge. | Todd Gamblin | 1 | -13/+14 |
2014-09-18 | Merge branch 'features/llvm' into develop | Todd Gamblin | 7 | -27/+65 |
2014-09-18 | Better C++11 support, remove non-standalone llvm-compiler-rt. | Todd Gamblin | 6 | -1/+157 |
2014-09-18 | Support for pkg-config. | Todd Gamblin | 1 | -1/+9 |
2014-09-17 | Add command to show packages added in particular git revisions. | Todd Gamblin | 1 | -0/+124 |
2014-09-16 | Merge branch 'develop' into features/fileutils | Todd Gamblin | 59 | -553/+4625 |
2014-09-16 | Some fixups for Adam's callpath and adept-utils packages. | Todd Gamblin | 3 | -3/+3 |
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 | 5 | -31/+138 |
2014-08-21 | Merge branch 'features/postgresql' into develop | Todd Gamblin | 3 | -26/+60 |
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 | 43 | -184/+3372 |
2014-08-18 | Merge pull request #19 in SCALE/spack from features/modules to develop | George Todd Gamblin | 11 | -173/+491 |
2014-08-17 | Bugfixes for csh environment modules. | Todd Gamblin | 2 | -13/+29 |
2014-08-16 | Bugfixes, more consolidation of modules code. | Todd Gamblin | 3 | -21/+49 |
2014-08-16 | Add csh/tcsh support for modules | Todd Gamblin | 1 | -0/+1 |
2014-08-16 | Consolidate most module code into spack.modules and spack.cmd.module | Todd Gamblin | 10 | -282/+283 |
2014-08-11 | Add options to stage to make it just print out stage dir. | Todd Gamblin | 1 | -6/+36 |
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 | 6 | -100/+102 |
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 | 20 | -19/+2400 |
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 | 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 | 5 | -27/+33 |
2014-08-04 | More descriptive error when package constructor fails. | Todd Gamblin | 1 | -1/+13 |
2014-08-04 | cannot uninstall dtcmp because depends on dtcmp | Adam Moody | 1 | -1/+1 |