Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-06 | Delete lapack/atlas combined package. | Todd Gamblin | 1 | -40/+0 | |
2015-06-06 | Rename netlib_blas -> netlib-blas | Todd Gamblin | 2 | -2/+2 | |
2015-06-06 | Merge branch 'psaravan-fastmath' into features/fastmath | Todd Gamblin | 16 | -40/+308 | |
Conflicts: var/spack/packages/lapack/package.py | |||||
2015-06-06 | Merge branch 'develop' into features/fastmath | Todd Gamblin | 153 | -1503/+9014 | |
2015-06-06 | Remove dummy fastmath package. | Todd Gamblin | 1 | -15/+0 | |
2015-06-06 | fix up Saravan's petsc install | Todd Gamblin | 1 | -12/+17 | |
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 | |
Thanks! | |||||
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 | |
- Expanding archvies like MAGMA 1.6.2 creates extra hidden files that confuse Spack's staging mechanism. - Added a special case to ignore hidden files when checking whether the tarball exploded. | |||||
2015-06-01 | Add -S/--stages option to spack cd/spack location. | Todd Gamblin | 1 | -0/+5 | |
- can now change dir to top-level stage | |||||
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 | |
- Added some tests to make sure this stays in place. | |||||
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 | |
- spack install suppresses build output by default. - use install -v to show build output on the console too - package.py uses log_output context to redirect output and log it to a file - filters color codes out of output written to file - optionally echos to the terminal - YAML directory layout knows about its build log. - can get path to install build log to from directory layout - Package.install now copies the build log to $prefix/.spack/build.out - Error message from failed install execution now includes build log location | |||||
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 | |
- Fixes regression introduced by #30 - Child process needs to exit on error | |||||
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 | |
This includes: - Much better variant support (+debug/-debug) - Optional dependency support (depends_on(... , when='<condition>') - New config file format (YAML in ~/.spack) - New Spec format (YAML in $prefix/.spack/spec.yaml) |