Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-04 | Add experimental gasnet package for legion. | Todd Gamblin | 1 | -0/+35 | |
2014-12-04 | Minor tweak: use self.git everywhere in get fetch strategy. | Todd Gamblin | 1 | -2/+2 | |
2014-12-04 | Bugfix in create command. | Todd Gamblin | 1 | -2/+2 | |
2014-12-02 | Merge branch 'features/mpibash' into develop | Todd Gamblin | 2 | -0/+1597 | |
2014-12-02 | add autoconf and libcircle dependencies, call autoconf before configure | Adam Moody | 2 | -0/+1597 | |
2014-12-02 | Merge branch 'features/better-find' into develop | Todd Gamblin | 7 | -140/+210 | |
2014-12-02 | CLI improvements to find and list. | Todd Gamblin | 2 | -6/+11 | |
2014-12-02 | colify handles ansi color input directly; no more decorator. | Todd Gamblin | 5 | -48/+56 | |
2014-12-02 | Fix dyninst 8.1.1 checksum. | Todd Gamblin | 1 | -1/+1 | |
2014-12-02 | Bugfix in boost build. | Todd Gamblin | 1 | -1/+4 | |
- b2 used to be called bjam | |||||
2014-12-02 | Fail fast in stage if all fetch strategies fail for a package. | Todd Gamblin | 2 | -2/+12 | |
2014-12-01 | Better spack find view. | Todd Gamblin | 2 | -35/+56 | |
2014-12-01 | index_by supports compound index keys. | Todd Gamblin | 1 | -0/+8 | |
2014-12-01 | Colify now supports fixing the number of columns. | Todd Gamblin | 1 | -12/+32 | |
2014-11-23 | Cleanup code in colify. | Todd Gamblin | 1 | -52/+57 | |
2014-11-23 | Bugfix in terminal_size() | Todd Gamblin | 2 | -12/+15 | |
2014-11-17 | Minor bugfix for 404 error on fetch. | Todd Gamblin | 1 | -1/+1 | |
2014-11-16 | Prompt the user about checksums only if interactive. | Todd Gamblin | 1 | -6/+13 | |
2014-11-08 | Checksum warning now prompts for override. | Todd Gamblin | 2 | -5/+35 | |
2014-11-08 | Merge branch 'features/gcc' into develop | Todd Gamblin | 22 | -217/+748 | |
Conflicts: lib/spack/spack/package.py | |||||
2014-11-08 | Shorter help strings. | Todd Gamblin | 2 | -2/+2 | |
2014-11-08 | Python 2.6 fix for Mac OS | Todd Gamblin | 1 | -1/+1 | |
2014-11-08 | 'spack urls' debugging command, more consistent URL extrapolation. | Todd Gamblin | 4 | -92/+323 | |
- spack urls inspects all URLs in packages, prints out colors to show how they are parased. - URL extrapolation test added. - Extrapolation is more consistent now. - Extrapolation handles more complex URLs. - More test cases for extrapolation. | |||||
2014-11-08 | URL parsing improvements | Todd Gamblin | 6 | -47/+81 | |
2014-11-07 | Add package for Sandia QThreads. | Todd Gamblin | 1 | -0/+22 | |
2014-11-07 | Improved website scraping. | Todd Gamblin | 8 | -95/+134 | |
2014-11-07 | Change to faster gcc mirror that allows spidering. | Todd Gamblin | 1 | -3/+3 | |
2014-11-06 | Merge branch 'hotfix/vcs-not-required' into develop | Todd Gamblin | 1 | -3/+0 | |
2014-11-06 | Fix inadvertent requirement of hg, svn, git, etc.v0.8.11 | Todd Gamblin | 1 | -3/+0 | |
2014-11-06 | Fix for missing format_doc in package-list command. | Todd Gamblin | 3 | -18/+21 | |
2014-11-05 | Working GCC package. | Todd Gamblin | 2 | -5/+71 | |
2014-11-04 | Packages for gcc and its dependencies. | Todd Gamblin | 4 | -0/+163 | |
2014-11-03 | Merge branch 'features/python' into develop | Todd Gamblin | 16 | -271/+575 | |
2014-11-03 | Bump ImageMagick version | Todd Gamblin | 1 | -2/+3 | |
2014-11-03 | Update libmonitor URL to point to google code. | Todd Gamblin | 1 | -1/+1 | |
2014-11-03 | Working Python 2.7.8, ncurses, readline | Todd Gamblin | 3 | -3/+37 | |
2014-11-03 | Fix for SPACK-11: Spack compiler wrapper is now in bash. | Todd Gamblin | 10 | -268/+472 | |
- Startup is much faster - Added test for compiler wrapper parsing. - Removed old compilation module that had to be imported by old cc. - Removed cc from python version checks now that it's bash. | |||||
2014-11-03 | Add bzip2 package and spack pkg add command. | Todd Gamblin | 2 | -1/+35 | |
2014-11-03 | Initial versions of python and libffi. | Todd Gamblin | 2 | -0/+32 | |
2014-11-01 | "spack info -r" is now "spack package-list" | Todd Gamblin | 3 | -88/+114 | |
- too much going on in this command, and it made subcommand parsing weird. - information printed is the same but info and package-list are really different commands. | |||||
2014-11-01 | Add ability to get subparser by name from argparse | Todd Gamblin | 1 | -0/+15 | |
2014-11-01 | Sane self.url for packages (reflects current version) | Todd Gamblin | 4 | -18/+28 | |
2014-10-31 | spack compiler add checks for access before listing directories. | Todd Gamblin | 1 | -0/+4 | |
2014-10-30 | Better error messages for extension() | Todd Gamblin | 1 | -3/+5 | |
2014-10-28 | Add Muster parallel clustering library. | Todd Gamblin | 1 | -0/+21 | |
2014-10-27 | Release v0.8.10v0.8.10 | Todd Gamblin | 93 | -1172/+4730 | |
2014-10-27 | Docs for spack list with glob. | Todd Gamblin | 1 | -1/+6 | |
2014-10-27 | Add Bob Robey to README credits. | Todd Gamblin | 1 | -0/+1 | |
2014-10-27 | Fix bug with extension() for sourceforge URLs. | Todd Gamblin | 1 | -0/+6 | |
2014-10-27 | Merge branch 'features/mpe2' into develop | Todd Gamblin | 12 | -2/+189 | |