summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-02-06merge with python-modulesAlfredo Gimenez22-86/+1096
2015-02-02More information in extensions command.Todd Gamblin2-9/+36
2015-02-02Add extensions command.Todd Gamblin6-7/+26
2015-02-02Fixed dumb link_tree bug, added test for link tree.Todd Gamblin4-87/+274
2015-02-02Add "spack extensions" command to list activated extensions.Todd Gamblin2-27/+117
2015-02-02Fix for install sanity check -- don't count hidden dir layout files.Todd Gamblin1-4/+10
2015-02-02Ability to ignore files in activate/deactivate for extensions.Todd Gamblin2-14/+13
2015-02-02Add arguements to extends() and activate/deactivate.Todd Gamblin2-18/+39
2015-02-02Bugfix: Extension hooks shoudl only run for extensions.Todd Gamblin1-2/+4
2015-02-02Add activate and deactivate commands for extensions.Todd Gamblin2-0/+100
2015-02-02Rework do_activate/activate and do_deactivate/deactivate semantics.Todd Gamblin7-74/+105
2015-02-02Add PYTOHNPATH to modules for python extensions.Todd Gamblin1-0/+8
2015-02-02Add setup_extension_environment() method.Todd Gamblin1-0/+30
2015-02-02Move symlink tree routines to LinkTree class.Todd Gamblin3-90/+176
2015-02-02Added feature: package extensionsTodd Gamblin6-19/+258
2015-02-02do_install() passes kwargs to dependencies.Todd Gamblin1-3/+3
2015-02-02Add pre-install and pre-uninstall hooks.Todd Gamblin2-1/+14
2015-02-02New "extends" relation adds another special list to the package class.Todd Gamblin2-1/+28
2015-02-02Directory layout can now track installed extensions per package.Todd Gamblin1-1/+96
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-19Properly set install RPATHS for cmake builds.Todd Gamblin1-0/+14
2015-01-19Better location error output.Todd Gamblin1-5/+7
2015-01-14Fix #11: bug in ProviderIndexTodd Gamblin1-16/+29
2015-01-10Fix bug when all deps are back edges.Todd Gamblin1-3/+6
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
2014-12-25Add patch function to Package, so that packages can define custom patch funct...Todd Gamblin2-5/+18
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
2014-12-18Allow fake installations (just make the directory).Todd Gamblin2-7/+19