summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02Fix bug in mirror path construction.Todd Gamblin3-10/+13
2015-01-23Packages have rpath property.Todd Gamblin1-4/+27
2015-01-22Add is_exe function to filesystem.Todd Gamblin1-1/+6
2015-01-14Fix #11: bug in ProviderIndexTodd Gamblin1-16/+29
- packages that provided same spec (e.g. mpe) were overwritten in the index - Index now has a set of providers instead of a single provider per provided spec. - see https://github.com/scalability-llnl/spack/issues/11
2015-01-10Fix bug when all deps are back edges.Todd Gamblin1-3/+6
- Happened with the graph for SAMRAI
2015-01-10Fix bug in STAT graphTodd Gamblin1-13/+19
2015-01-05Allow commands to return error codes.Todd Gamblin2-0/+6
2015-01-04Expansion works properly, simplified graph code.Todd Gamblin2-90/+148
2015-01-03bugfix for dot graphs of virtual packages.Todd Gamblin2-11/+17
2015-01-03Factor graph code out into its own module, rework spack graph.Todd Gamblin6-317/+509
2014-12-31Color graph edges.Todd Gamblin1-21/+42
2014-12-30Pipelining back edges works, saves more space.Todd Gamblin1-42/+71
2014-12-29Reduce number of immediate expand/contracts.Todd Gamblin1-9/+21
2014-12-29More compact graphs: do back edges before forward expansion.Todd Gamblin1-46/+80
2014-12-29Spec graph works without color.Todd Gamblin2-19/+12
2014-12-29Fix ColorStreamTodd Gamblin2-10/+14
2014-12-29Partially wroking ASCII dependency graph.Todd Gamblin2-1/+187
2014-12-26spack graph allows plotting specific packages.Todd Gamblin4-12/+54
2014-12-25Fix lack of sorting in version concretization.Todd Gamblin1-2/+3
2014-12-25Merge branch 'features/qt' into developTodd Gamblin4-8/+116
2014-12-25URLFetchStrategy now contains exploding tarballs.Todd Gamblin1-1/+19
2014-12-25Fix up bzip2 installTodd Gamblin2-0/+9
2014-12-25Clearer code in filter_file.Todd Gamblin1-2/+5
2014-12-25spack env commandTodd Gamblin1-0/+69
spack env allows regular commands to be run with a spack build environment. It also displays the spack build environment for a package.
2014-12-25Add patch function to Package, so that packages can define custom patch ↵Todd Gamblin2-5/+18
functions.
2014-12-23Print out fetch, build, and total time for builds.Todd Gamblin1-1/+15
2014-12-22Merge branch 'features/better-mirror-support' into developTodd Gamblin3-11/+27
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-12Better mirror path calculation.Todd Gamblin3-11/+27
- Add support in spack.url for extrapolating actual file type for URL - Move mirror path computation to mirror.py from package.py
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-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/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-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 Gamblin15-213/+533
Conflicts: lib/spack/spack/package.py
2014-11-08Shorter help strings.Todd Gamblin2-2/+2