summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Bump version to 0.11.1Todd Gamblin1-1/+1
2018-01-19Fix type issues with setting flag handlers (#6960)becker332-2/+27
2018-01-19Compiler flag handlers (#6415)becker3312-1320/+372
2018-01-16Final changes for v0.11.0 (#6318)Todd Gamblin2-2/+1
2018-01-16elf relocation fix: cherry-picked from develop branch (#6889)scheibelp3-54/+68
2017-11-13Quick fix for relocation issues.Todd Gamblin2-10/+29
2017-11-13basics tutorial: output updated (#6267)becker331-813/+1308
2017-11-13Updates to build systems tutorial (#6273)Todd Gamblin2-12/+36
2017-11-12Add build systems tutorial for SC17 (#6125)Mario Melara18-3/+2539
2017-11-12Last minute edits to the Configuration Tutorial (#6271)Adam J. Stewart1-59/+54
2017-11-12Add configuration tutorial for SC17 (#6141)becker332-2/+852
2017-11-12Update packaging tutorial (#6270)Matthew LeGendre8-142/+232
2017-11-12binary packages: do post install hooks (#6269)becker331-0/+1
2017-11-12SC17: advanced packaging tutorial (#6148)Massimiliano Culpo2-0/+564
2017-11-12SC17: reworked module file tutorial section (#5657)Massimiliano Culpo3-363/+1911
2017-11-11Don't include build-only dependencies in build cache hash (#6262)becker331-3/+5
2017-11-10Group flags and values separated by space (#6169)scheibelp5-2/+52
2017-11-09deal with case where symbolic links are copied (#6178)Patrick Gartung1-0/+9
2017-11-09spack buildcache: symlink and relative RPATH fixes (#6140)Patrick Gartung4-106/+153
2017-11-06add artisanal handcrafted SVG Spack logo. (#6165)Todd Gamblin1-1/+1
2017-11-06Fix spack view hardlink (#6130)Johann Klähn2-1/+14
2017-11-06Introduce static_to_shared_library function (#6092)Michael Kuhn2-0/+197
2017-11-06Docs: MPI as Root (#6156)Axel Huebl1-0/+3
2017-11-06Add back help placeholder for "spack load" (#6127)scheibelp5-8/+30
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin277-298/+298
2017-11-03Fix restaging of resources (#5681)Johann Klähn1-12/+22
2017-11-03spack fetch: don't fetch externals. (#6124)Todd Gamblin1-1/+8
2017-11-02Configure user for mock Git repository (#6128)Michael Kuhn1-0/+2
2017-11-02test_activations: also test perl activationsBen Boeckel1-0/+103
2017-11-02test_activations: test Python's extension logicPeter Scheibel1-0/+168
2017-11-02spec: support a test prefixPeter Scheibel1-0/+5
2017-11-02view: test conflicting packages in viewsBen Boeckel1-0/+25
2017-11-02view: test that extension paths existBen Boeckel1-0/+23
2017-11-02filesystem_view: reject packages with activationsBen Boeckel3-11/+26
2017-11-02view: test viewing external packagesBen Boeckel1-0/+9
2017-11-02view: add a test for extension activationBen Boeckel1-0/+82
2017-11-02extensions: support only showing a subset of informationBen Boeckel1-32/+60
2017-11-02extensions: support acting on a viewBen Boeckel3-12/+40
2017-11-02view: use the FilesystemView abstraction for creating viewsOliver Breitwieser1-198/+127
2017-11-02view: fix some docstrings for argumentsOliver Breitwieser1-2/+2
2017-11-02filesystem_view: do not link external packagesBen Boeckel1-0/+10
2017-11-02filesystem_view: add a class to handle a view via a Yaml descriptionOliver Breitwieser1-0/+524
2017-11-02package: support removing dependencies when deactivatingOliver Breitwieser1-6/+14
2017-11-02conftest: mock out spack.store.extensions as wellBen Boeckel1-0/+4
2017-11-02views: support querying view layouts as wellOliver Breitwieser5-26/+56
2017-11-02link_tree: support choosing the link functionOliver Breitwieser1-2/+2
2017-11-02link_tree: support ignoring conflictsOliver Breitwieser1-3/+16
2017-11-02directory_layout: add a YamlExtensionsLayout classOliver Breitwieser1-0/+25
2017-11-02link_tree: only remove matching files when unmergingOliver Breitwieser1-1/+6
2017-11-02directory_layout: factor out an ExtensionsLayout classOliver Breitwieser1-92/+118