summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Add package-specific rpath back to shiboken and pyside.Todd Gamblin2-4/+16
2015-02-16Factor out forking logic to build_environment.py.Todd Gamblin2-32/+63
2015-02-16Allow forced deactivation -- best effort unlinkingTodd Gamblin4-4/+15
2015-02-15Python package cleanup.Todd Gamblin6-3/+32
2015-02-15Add libxslt, cleanup libxml2.Todd Gamblin2-0/+27
2015-02-15libgcrypt and libgpg-error packages.Todd Gamblin2-0/+36
2015-02-15qhull package.Todd Gamblin1-0/+27
2015-02-15Add Tcl/Tk packages.Todd Gamblin2-0/+44
2015-02-15Add R package.Todd Gamblin1-0/+33
2015-02-15Rename py-pyqt4 to py-pyqt.Todd Gamblin2-4/+7
2015-02-15Better time output on build completion.Todd Gamblin2-7/+22
2015-02-15Memoize all_specs() and exists() for better performance.Todd Gamblin2-2/+10
2015-02-15py-sip installs properly into a prefixTodd Gamblin2-3/+14
2015-02-15Better extension activation/deactivationTodd Gamblin4-56/+133
2015-02-15installed_extensions_for no longer fails when nothing known about pkgTodd Gamblin1-2/+9
2015-02-09typo: Self -> selfGregory L. Lee1-1/+1
2015-02-09Python package improvements.Todd Gamblin9-13/+90
2015-02-08"spack extensions" shows total extension count.Todd Gamblin1-1/+2
2015-02-08Move dpeendency environment setup to build_environemnt.Todd Gamblin2-5/+5
2015-02-08import fix in cmd/cleanTodd Gamblin1-0/+1
2015-02-08setup_extension_environment is now setup_dependent_environment.Todd Gamblin3-7/+15
2015-02-08Minor textual error in extensions command.Todd Gamblin1-1/+1
2015-02-08Cleaned up python to remove redundant line.Todd Gamblin1-5/+5
2015-02-08directory_layout now raises an error when an install fails.Todd Gamblin1-2/+18
2015-02-06add dependent packages to PYTHONPATH for buildGregory L. Lee1-0/+5
2015-02-04Do not automatically activate extensions on install.Todd Gamblin1-6/+2
2015-02-04Bugfix in spak extensionsTodd Gamblin1-2/+2
2015-02-02More information in extensions command.Todd Gamblin2-9/+36
2015-02-02Add extensions command.Todd Gamblin8-12/+99
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-02added more Python modulesGregory L. Lee7-2/+64
2015-02-02added more Python modulesGregory L. Lee15-2/+212
2015-02-02Ability to ignore files in activate/deactivate for extensions.Todd Gamblin4-22/+26
2015-02-02Add arguements to extends() and activate/deactivate.Todd Gamblin3-20/+69
2015-02-02added several modulesGregory L. Lee14-0/+204
2015-02-02added py-noseGregory L. Lee1-0/+13
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 Gamblin3-7/+52
2015-02-02Move symlink tree routines to LinkTree class.Todd Gamblin3-90/+176
2015-02-02Added feature: package extensionsTodd Gamblin7-19/+261
2015-02-02do_install() passes kwargs to dependencies.Todd Gamblin1-3/+3
2015-02-02First python extension package: setuptoolsTodd Gamblin1-0/+19
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