summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-19Fix for SPACK-50Todd Gamblin1-1/+2
Bad format string in version check.
2014-12-18Merge branch 'bugfix/load-hooks-fix' into developTodd Gamblin4-9/+24
2014-12-18Fix for SPACK-49.Todd Gamblin2-2/+5
- name conflict in imp.load_source caused this to fail. - Python modules loaded by imp have unique names now.
2014-12-18Allow fake installations (just make the directory).Todd Gamblin2-7/+19
- Use for debugging.
2014-12-15Partial fix for SPACK-48.Todd Gamblin3-16/+21
- Try to accommodate packages that have grown dependencies better. - This will only get fully fixed when optional dependencies are supported and some extra functionality is added to the spec syntax.
2014-12-12Handle cases where tarball is in the URL query string.Todd Gamblin4-31/+76
2014-12-09Add support for URLs with query stringsTodd Gamblin1-1/+25
- support tarballs from raw github URLs
2014-12-08Bugfix in create and checksumTodd Gamblin2-20/+20
2014-12-05Merge branch 'bugfix/ncurses-pkgconfig' into developTodd Gamblin1-1/+1
Fixes #7 on github.
2014-12-05Disable pkgconfig files until I support this better.Todd Gamblin1-1/+1
2014-12-04Add experimental gasnet package for legion.Todd Gamblin1-0/+35
2014-12-04Minor tweak: use self.git everywhere in get fetch strategy.Todd Gamblin1-2/+2
2014-12-04Bugfix in create command.Todd Gamblin1-2/+2
2014-12-02Merge branch 'features/mpibash' into developTodd Gamblin2-0/+1597
2014-12-02add autoconf and libcircle dependencies, call autoconf before configureAdam Moody2-0/+1597
2014-12-02Merge branch 'features/better-find' into developTodd Gamblin7-140/+210
2014-12-02CLI improvements to find and list.Todd Gamblin2-6/+11
2014-12-02colify handles ansi color input directly; no more decorator.Todd Gamblin5-48/+56
2014-12-02Fix dyninst 8.1.1 checksum.Todd Gamblin1-1/+1
2014-12-02Bugfix in boost build.Todd Gamblin1-1/+4
- b2 used to be called bjam
2014-12-02Fail fast in stage if all fetch strategies fail for a package.Todd Gamblin2-2/+12
2014-12-01Better spack find view.Todd Gamblin2-35/+56
2014-12-01index_by supports compound index keys.Todd Gamblin1-0/+8
2014-12-01Colify now supports fixing the number of columns.Todd Gamblin1-12/+32
2014-11-23Cleanup code in colify.Todd Gamblin1-52/+57
2014-11-23Bugfix in terminal_size()Todd Gamblin2-12/+15
2014-11-17Minor bugfix for 404 error on fetch.Todd Gamblin1-1/+1
2014-11-16Prompt the user about checksums only if interactive.Todd Gamblin1-6/+13
2014-11-08Checksum warning now prompts for override.Todd Gamblin2-5/+35
2014-11-08Merge branch 'features/gcc' into developTodd Gamblin22-217/+748
Conflicts: lib/spack/spack/package.py
2014-11-08Shorter help strings.Todd Gamblin2-2/+2
2014-11-08Python 2.6 fix for Mac OSTodd Gamblin1-1/+1
2014-11-08'spack urls' debugging command, more consistent URL extrapolation.Todd Gamblin4-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-08URL parsing improvementsTodd Gamblin6-47/+81
2014-11-07Add package for Sandia QThreads.Todd Gamblin1-0/+22
2014-11-07Improved website scraping.Todd Gamblin8-95/+134
2014-11-07Change to faster gcc mirror that allows spidering.Todd Gamblin1-3/+3
2014-11-06Merge branch 'hotfix/vcs-not-required' into developTodd Gamblin1-3/+0
2014-11-06Fix inadvertent requirement of hg, svn, git, etc.v0.8.11Todd Gamblin1-3/+0
2014-11-06Fix for missing format_doc in package-list command.Todd Gamblin3-18/+21
2014-11-05Working GCC package.Todd Gamblin2-5/+71
2014-11-04Packages for gcc and its dependencies.Todd Gamblin4-0/+163
2014-11-03Merge branch 'features/python' into developTodd Gamblin16-271/+575
2014-11-03Bump ImageMagick versionTodd Gamblin1-2/+3
2014-11-03Update libmonitor URL to point to google code.Todd Gamblin1-1/+1
2014-11-03Working Python 2.7.8, ncurses, readlineTodd Gamblin3-3/+37
2014-11-03Fix for SPACK-11: Spack compiler wrapper is now in bash.Todd Gamblin10-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-03Add bzip2 package and spack pkg add command.Todd Gamblin2-1/+35
2014-11-03Initial versions of python and libffi.Todd Gamblin2-0/+32
2014-11-01"spack info -r" is now "spack package-list"Todd Gamblin3-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.