Age | Commit message (Expand) | Author | Files | Lines |
2015-06-06 | Working Hypre, PARPACK. | Todd Gamblin | 3 | -30/+48 |
2015-06-06 | CGM package working on cab. | Todd Gamblin | 1 | -6/+14 |
2015-06-06 | CBLAS package working and patching in spack compilers. | Todd Gamblin | 1 | -11/+21 |
2015-06-06 | Working boxlib package. | Todd Gamblin | 1 | -6/+16 |
2015-06-06 | Executables now have a useful __str__ function. | Todd Gamblin | 1 | -0/+5 |
2015-06-06 | Cleanup and consolidate error handling | Todd Gamblin | 4 | -18/+21 |
2015-06-06 | Working ARPACK package. | Todd Gamblin | 1 | -2/+6 |
2015-06-06 | Remove autosave files from saravan's PR | Todd Gamblin | 2 | -41/+0 |
2015-06-06 | Clean up arpack build, use the Spack f77 compiler. | Todd Gamblin | 1 | -10/+23 |
2015-06-06 | Add FileFilter convenience class to llnl.util.filesystem. | Todd Gamblin | 1 | -1/+10 |
2015-06-06 | Updated HDF5 to use MPI. | Saravan Pantham | 1 | -3/+3 |
2015-06-06 | Updated Zoltan. | Saravan Pantham | 1 | -33/+0 |
2015-06-06 | Added more FASTMath packages. | Saravan Pantham | 13 | -20/+279 |
2015-06-06 | Removed autosave files from previous commit. | Saravan Pantham | 2 | -229/+0 |
2015-06-06 | Fixed BLAS and Lapack installations | Saravan Pantham | 5 | -17/+236 |
2015-06-06 | Added Lapack package | Saravan Pantham | 1 | -0/+31 |
2015-06-06 | Added BLAS package | Saravan Pantham | 1 | -0/+21 |
2015-06-06 | Merge Alfredo's Mitos changes from github with Greg's Python changes. | Todd Gamblin | 1 | -2/+3 |
2015-06-04 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 37 | -85/+556 |
2015-06-04 | new package versions | Gregory L. Lee | 2 | -1/+4 |
2015-06-03 | Merge pull request #50 from alfredo-gimenez/develop | Todd Gamblin | 1 | -2/+3 |
2015-06-03 | Dyninst 8.2.1+ dependency for cmake | Alfredo Gimenez | 1 | -1/+1 |
2015-06-03 | Mitos updated with new release | Alfredo Gimenez | 1 | -1/+2 |
2015-06-03 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 2 | -5/+19 |
2015-06-03 | new Python extensions | Gregory L. Lee | 2 | -0/+29 |
2015-06-03 | updated url | Gregory L. Lee | 1 | -2/+1 |
2015-06-01 | Fix #48: Merge branch 'bugfix/mac-metadata' into develop | Todd Gamblin | 1 | -5/+14 |
2015-06-01 | Fix #48: Ignore hidden files when deciding how to stage. | Todd Gamblin | 1 | -5/+14 |
2015-06-01 | Add -S/--stages option to spack cd/spack location. | Todd Gamblin | 1 | -0/+5 |
2015-06-01 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 15 | -75/+487 |
2015-06-01 | updated Python extension versions | Gregory L. Lee | 17 | -2/+19 |
2015-06-01 | fixed cython activation conflict | Gregory L. Lee | 1 | -1/+2 |
2015-05-31 | Fix #46: make(parallel=False) regression. | Todd Gamblin | 4 | -6/+133 |
2015-05-29 | Fix SPACK-69: Merge branch 'features/build-logging' into develop | Todd Gamblin | 9 | -63/+335 |
2015-05-29 | SPACK-69: spack install now logs build output to install directory. | Todd Gamblin | 5 | -59/+141 |
2015-05-29 | debug instead of info logging in llnl.util.filesystem | Todd Gamblin | 1 | -2/+2 |
2015-05-29 | SPACK-69: Add context manager to fork and log output in a with block. | Todd Gamblin | 1 | -0/+178 |
2015-05-29 | Add ability to force color mode even if terminal is NOT a tty | Todd Gamblin | 1 | -2/+6 |
2015-05-29 | Add ability to test whether tty verbose or debug is enabled. | Todd Gamblin | 1 | -0/+8 |
2015-05-28 | Add spack find -L to show full hashes. | Todd Gamblin | 1 | -5/+17 |
2015-05-28 | Fix bug in spack edit -c | Todd Gamblin | 1 | -1/+1 |
2015-05-27 | Fix #34: Spack doesn't stop when dep fails to build. | Todd Gamblin | 1 | -0/+1 |
2015-05-18 | Remove redundancy: convert `with closing(open(...))` to `with open(...)` | Todd Gamblin | 15 | -30/+14 |
2015-05-18 | Merge branch 'features/optional-deps' into develop | Todd Gamblin | 67 | -1201/+7668 |
2015-05-18 | Merge branch 'mplegendre-features/yaml-config' into features/optional-deps | Todd Gamblin | 12 | -541/+395 |
2015-05-18 | YAML config files for compilers and mirrors | Matthew LeGendre | 12 | -541/+395 |
2015-05-18 | SPACK-87: enable disabled git fetch tests.old-install-layout | Todd Gamblin | 1 | -3/+3 |
2015-05-18 | Fix SPACK-87: Tag checkout fails for older git versions. | Todd Gamblin | 1 | -4/+6 |
2015-05-17 | Add help on specs to top of spack -h | Todd Gamblin | 1 | -1/+15 |
2015-05-12 | SPACK-41: More tests to ensure that constrain() reports changes. | Todd Gamblin | 2 | -3/+65 |