Age | Commit message (Expand) | Author | Files | Lines |
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 | Merge pull request #20 in SCALE/spack from openss to develop | George Todd Gamblin | 3 | -4/+83 |
2014-08-04 | find and uninstall work when installed package is no longer in spack. | Todd Gamblin | 4 | -14/+54 |
2014-08-03 | Fix up Matt's openss packages. | Todd Gamblin | 3 | -5/+13 |
2014-08-01 | Add sqlite to spack | Matthew LeGendre | 1 | -0/+35 |
2014-08-01 | Add libmonitor to spack. Still needs svn support for checkout | Matthew LeGendre | 1 | -0/+36 |
2014-07-31 | Merge pull request #18 in SCALE/spack from develop_add_ompss to develop | George Todd Gamblin | 55 | -211/+545 |
2014-07-31 | Converting Luc's packages to the new version format. | Todd Gamblin | 7 | -22/+63 |
2014-07-31 | Addind missing dependency nanos->extrae necessary for traces | Luc Jaulmes | 1 | -1/+2 |
2014-07-31 | Added Paraver and dependencies, restricted Extrae to OpenMPI 1.6 | Luc Jaulmes | 5 | -3/+80 |
2014-07-31 | Adding Extrae and OmpSs with some of their dependencies, hwloc and PAPI. | Luc Jaulmes | 5 | -12/+82 |
2014-07-31 | first try for ompss build script | Luc Jaulmes | 1 | -0/+41 |
2014-07-30 | Allow per-version URLs instead of one single URL per package. | Todd Gamblin | 48 | -209/+313 |
2014-07-09 | Fix Jeff Keasler's issues and add parmetis package.v0.8 | Todd Gamblin | 4 | -7/+31 |
2014-07-09 | Fix for SPACK-35: Fortran not working properly | Todd Gamblin | 7 | -3/+10 |
2014-07-08 | Fix typos. | Todd Gamblin | 2 | -19/+20 |
2014-07-08 | Fix for finding dependent packages | Todd Gamblin | 1 | -3/+4 |
2014-07-08 | Fix for dependent package detection. | Todd Gamblin | 1 | -0/+46 |
2014-07-08 | Merge pull request #17 in SCALE/spack from features/dotkit to develop | George Todd Gamblin | 14 | -21/+552 |
2014-07-08 | Adding dotkit support to TAU. | Todd Gamblin | 14 | -21/+552 |
2014-07-02 | Add TAU package and routines to filter files, fix sed calls. | Todd Gamblin | 4 | -2/+96 |
2014-07-02 | Some fixes for spack-python interpreter mode. | Todd Gamblin | 1 | -6/+12 |
2014-06-24 | Reordered site configuration docs. | Todd Gamblin | 1 | -50/+51 |
2014-06-24 | Updated docs. | Todd Gamblin | 3 | -87/+232 |
2014-06-24 | Bugfix for mirror command | Todd Gamblin | 1 | -1/+1 |
2014-06-24 | Merge pull request #16 in SCALE/spack from features/mirror to develop | George Todd Gamblin | 8 | -66/+227 |
2014-06-24 | spack mirror now checksums fetched archives. | Todd Gamblin | 4 | -25/+42 |
2014-06-24 | New spack mirror command, configuration. | Todd Gamblin | 6 | -49/+184 |
2014-06-24 | Add more output; don't re-add existing compilers | Todd Gamblin | 1 | -2/+11 |
2014-06-23 | import & namespace fixes | Todd Gamblin | 2 | -3/+1 |
2014-06-23 | Simplified compiler finding logic and caching. | Todd Gamblin | 4 | -66/+39 |
2014-06-22 | Merge pull request #14 in SCALE/spack from features/compilers to develop | George Todd Gamblin | 46 | -415/+2208 |
2014-06-22 | Multi-compiler support feature-complete. Fix SPACK-3, SPACK-4, SPACK-12. | Todd Gamblin | 11 | -150/+519 |
2014-06-22 | Executables can optionally ignore error output. | Todd Gamblin | 1 | -6/+24 |
2014-06-22 | Enable allow_no_value for config parser. | Todd Gamblin | 1 | -19/+53 |
2014-06-22 | Make tests use mock compiler configuration. | Todd Gamblin | 4 | -2/+25 |
2014-06-22 | Set default editor to vi if EDITOR is not set. | Todd Gamblin | 1 | -1/+1 |
2014-06-22 | Add working_dir, Version back into package build namespace. | Todd Gamblin | 1 | -1/+7 |