summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06more mesa dependenciesAlfredo Gimenez5-0/+88
2015-02-06flex and bisonAlfredo Gimenez2-0/+32
2015-02-06py-mako and fix for setup-env.shAlfredo Gimenez2-2/+18
2015-02-06merge with python-modulesAlfredo Gimenez62-134/+1831
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
- packages can now extend only one other package. - do_activate() and do_deactivate() are now called on the extension, and they automatically find the extendee - activate() and deactivate() are still called on the extendee and are passed the extension.
2015-02-02Add PYTOHNPATH to modules for python extensions.Todd Gamblin1-0/+8
2015-02-02Add setup_extension_environment() method.Todd Gamblin3-7/+52
- lets packages do some setup before their extensions run install()
2015-02-02Move symlink tree routines to LinkTree class.Todd Gamblin3-90/+176
2015-02-02Added feature: package extensionsTodd Gamblin7-19/+261
- packages can be "extended" by others - allows extension to be symlinked into extendee's prefix. - used for python modules. - first module: py-setuptools
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
2015-02-02Fix bug in mirror path construction.Todd Gamblin3-10/+13
2015-01-25Merge pull request #15 from ch4i/features/memaxesTodd Gamblin2-18/+18
Mitos package
2015-01-23PSAPI v0.6 -> Mitos v0.7Alfredo Gimenez2-18/+18
2015-01-23Add extra gcc dependencies.Todd Gamblin3-0/+71
- not used until optional/conditional deps are implemented.
2015-01-23Packages have rpath property.Todd Gamblin2-10/+50
2015-01-22Add is_exe function to filesystem.Todd Gamblin1-1/+6
2015-01-21psapi v0.6Alfredo Gimenez1-1/+1
2015-01-19Properly set install RPATHS for cmake builds.Todd Gamblin1-0/+14
2015-01-19Add PSAPITodd Gamblin1-0/+18
2015-01-19Initial build of MemAxes GUI.Todd Gamblin1-0/+20
2015-01-19Qt5 & VTK builds. VTK works with Qt 4 and 5.Todd Gamblin2-15/+101
2015-01-19version bump libpngTodd Gamblin1-2/+2
2015-01-19Make dbus put a machine id file in the right place.Todd Gamblin1-0/+4
2015-01-19Better location error output.Todd Gamblin1-5/+7
2015-01-19Qt5 webkit requires gperfTodd Gamblin1-0/+19
2015-01-17Dyninst 8.2 works.Todd Gamblin1-3/+24
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-13Merge branch 'features/dep-graph' into developTodd Gamblin10-55/+655
2015-01-13Merge branch 'develop' of github.com:scalability-llnl/spack into developTodd Gamblin3-0/+98
2015-01-13Add list_url for ompssTodd Gamblin1-2/+2
2015-01-12Merge pull request #26 in SCALE/spack from ~JAULMES1/spack:develop to developGeorge Todd Gamblin2-17/+18
# By Luc Jaulmes # Via Luc Jaulmes * commit '844c0838487529c0f2edc6f09e6ef86f12364716': Updated versions in OmpSs and Extrae, which resolves version-dependency problems with MPI
2015-01-12Updated versions in OmpSs and Extrae, which resolves version-dependency ↵Luc Jaulmes2-17/+18
problems with MPI
2015-01-10Fix bug when all deps are back edges.Todd Gamblin1-3/+6
- Happened with the graph for SAMRAI