Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-13 | Add .mailmap file | Todd Gamblin | 1 | -0/+11 | |
2015-08-13 | Merge pull request #92 from trws/flux-build | Todd Gamblin | 10 | -0/+199 | |
pre-alpha flux build and requisite dependencies | |||||
2015-08-13 | Merge pull request #94 from alfredo-gimenez/dev-pandas | Todd Gamblin | 6 | -4/+49 | |
Fixed py-pandas package | |||||
2015-08-12 | Merge pull request #88 from trws/git_depth_attempt | Todd Gamblin | 1 | -3/+12 | |
adding a fallback on failure with git --depth | |||||
2015-08-12 | Merge pull request #87 from alfredo-gimenez/develop | Todd Gamblin | 2 | -0/+34 | |
Added gui and cscope features to Vim package | |||||
2015-08-07 | Cscope vim variant depends on cscope | Alfredo Gimenez | 1 | -2/+4 | |
2015-08-07 | Fixed py-pandas package | Alfredo Gimenez | 6 | -4/+49 | |
2015-08-06 | Added cscope (dependency for vim+cscope) | Alfredo Gimenez | 1 | -0/+17 | |
2015-08-04 | Use absolute paths to spack compiler wrappers in CC/CXX/F77/FC | Todd Gamblin | 1 | -4/+4 | |
2015-08-03 | pre-alpha flux build and requisite dependencies | Tom Scogland | 10 | -0/+199 | |
NOTE: the ncurses package now installs *BOTH* versions, wide and non-wide character for compatibility with packages that require either one. It may be desirable for this to be an option in the future. | |||||
2015-08-01 | Merge pull request #91 from nolta/patch-1 | Todd Gamblin | 1 | -0/+2 | |
add missing gmp dependency to mpfr package | |||||
2015-08-01 | add missing gmp dependency to mpfr package | Mike Nolta | 1 | -0/+2 | |
2015-07-29 | adding the bear compilation database generator | Tom Scogland | 1 | -0/+17 | |
2015-07-27 | adding a fallback on failure with git --depth | Tom Scogland | 1 | -3/+12 | |
Certain remote protocols don't support the `--depth` option. Since this can't be checked by URL type or in any sane way locally, this version attempts to clone git repositories with the --depth option, and if that fails attempts the clone again without it. | |||||
2015-07-24 | Add Python version test to detect {} in version strings. | Todd Gamblin | 2 | -8/+21 | |
- {} is not compatible with Python 2.6 | |||||
2015-07-23 | Fix Python 2.6 compatibility issue. | Todd Gamblin | 2 | -9/+20 | |
2015-07-23 | Vim with added feature support, including gvim | Alfredo Gimenez | 1 | -0/+15 | |
2015-07-22 | adding a zsh package | Tom Scogland | 1 | -0/+16 | |
2015-07-16 | Fix ProviderIndex.update(), which didn't remove stale providers. | Todd Gamblin | 1 | -1/+10 | |
2015-07-16 | Update concretize to check for more changes and iterate further. | Todd Gamblin | 4 | -29/+82 | |
2015-07-14 | Fix mangled error message. | Todd Gamblin | 1 | -2/+2 | |
2015-07-14 | Remove superfluous print in vim. | Todd Gamblin | 1 | -1/+0 | |
2015-07-14 | Fix regression of install -j. | Todd Gamblin | 1 | -0/+4 | |
2015-07-14 | Merge branch 'develop' of github.com:scalability-llnl/spack into develop | Todd Gamblin | 5 | -3/+70 | |
2015-07-13 | Add test to check packages for Python2.6 compatibility, as well as core. | Todd Gamblin | 1 | -2/+15 | |
2015-07-13 | Remove python 2.6-incompatible format expression. | Todd Gamblin | 1 | -1/+2 | |
2015-07-10 | adding gnu global tags and exuberant ctags | Tom Scogland | 2 | -0/+38 | |
2015-07-09 | adding YAPF (Yet Another Python Formatter) | Tom Scogland | 1 | -0/+15 | |
2015-07-08 | for LaunchMON added latest git commit and dependences | Gregory L. Lee | 1 | -0/+5 | |
2015-07-02 | removed workaround | Gregory L. Lee | 1 | -4/+0 | |
2015-07-02 | add env. var. in modules: LIBRARY_PATH and PKG_CONFIG_PATH | Florent Pruvost | 1 | -1/+5 | |
2015-07-02 | add cblas headers in install directory | Florent Pruvost | 1 | -0/+3 | |
2015-07-02 | Merge pull request #75 from alfredo-gimenez/develop | Todd Gamblin | 1 | -2/+3 | |
Thanks! | |||||
2015-07-02 | Merge branch 'features/toggle-build-output' into develop | Todd Gamblin | 1 | -15/+78 | |
2015-07-02 | Add py-lockfile and py-python-daemon packages. | Todd Gamblin | 2 | -0/+49 | |
2015-07-02 | Better python template for 'spack create' | Todd Gamblin | 3 | -19/+128 | |
2015-06-23 | Commented out old version | Alfredo Gimenez | 1 | -1/+1 | |
2015-06-23 | New mpfr release invalidates previous download link (not sure where old ↵ | Alfredo Gimenez | 1 | -1/+2 | |
version is...) | |||||
2015-06-20 | Fix bug in uninstall (regression in 0fc3b58) | Todd Gamblin | 2 | -15/+35 | |
2015-06-20 | Merge branch 'alfredo-gimenez-thrift' into develop | Todd Gamblin | 1 | -4/+10 | |
2015-06-20 | Minor simplification (os.environ -> env) | Todd Gamblin | 1 | -5/+6 | |
2015-06-20 | log_output now allows echo to be toggled wtih 'v' key | Todd Gamblin | 1 | -15/+78 | |
2015-06-18 | Thrift python support | Alfredo Gimenez | 1 | -1/+6 | |
2015-06-18 | Merge pull request #70 from alfredo-gimenez/develop | Todd Gamblin | 1 | -0/+19 | |
Added silo 4.8 with HDF5 (for LULESH 2.0) | |||||
2015-06-18 | Added silo 4.8 with HDF5 (for LULESH 2.0) | Alfredo Gimenez | 1 | -0/+19 | |
2015-06-18 | Merge branch 'alfredo-gimenez-thrift' into develop | Todd Gamblin | 1 | -0/+38 | |
2015-06-18 | Removed Lua dependency | Alfredo Gimenez | 1 | -1/+0 | |
2015-06-18 | Added Thrift (HBase management in C++) | Alfredo Gimenez | 1 | -0/+39 | |
2015-06-17 | adding python pyelftools package | Tom Scogland | 1 | -0/+13 | |
2015-06-13 | Merge branch 'trws-git-tag-support' into develop | Todd Gamblin | 2 | -2/+18 | |