summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Fix spack package inheritance for module variables (#10097)Greg Becker2-0/+26
2018-12-06multimethod: slight refactoring, documentation for code reviewGregory Becker2-2/+21
2018-12-06fix MRO for multimethod.__call__ using iterative algorithm.Gregory Becker5-1/+78
2018-12-06multimethod uses Spec() instead of parse_anonymous_spec()Todd Gamblin1-1/+1
2018-12-06Added test for multimethod inheritanceGregory Becker1-0/+13
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin98-2186/+395
2018-08-25bugfix: 'submodules' attribute should imply git fetchTodd Gamblin1-0/+1
2018-08-21tests: add tests for warnings in build outputTodd Gamblin1-0/+47
2018-08-14tests: make the dependency patching test more completeTodd Gamblin3-2/+12
2018-08-01lmod: fix use of custom separator in prepend_path etc. (#8737)Stephen Herbein1-0/+44
2018-07-25tests: add checks and tests for consistent version() argumentsTodd Gamblin2-1/+9
2018-07-25core: differentiate package-level fetch URLs by args to `version()`Todd Gamblin3-2/+96
2018-07-25core: fixes and tests for handling of fetcher attributes in packagesTodd Gamblin6-0/+215
2018-07-23core: use sha256 instead of md5 for `spack checksum` and `spack create`Todd Gamblin1-7/+7
2018-07-17Packages must be added to DB to be considered installed (#8038)Massimiliano Culpo1-0/+1
2018-07-11Don't propagate version-specific URL overrides to newer versions (#8565)Massimiliano Culpo1-0/+34
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-2/+2
2018-05-08Packages can tune the list of files to be archived at the end of install (#7760)Massimiliano Culpo1-0/+53
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin83-83/+83
2018-03-20package_hash: add code to generate a hash for a package filePeter Scheibel5-0/+66
2018-01-28Cleaned up JUnit report generation on install (#6977)Massimiliano Culpo1-0/+62
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin82-82/+82
2017-11-02view: test conflicting packages in viewsBen Boeckel2-4/+4
2017-11-02view: test that extension paths existBen Boeckel2-0/+6
2017-11-02extension1: add a second versionBen Boeckel1-0/+1
2017-10-27Bugfix: from_list_url(). (#5780)Sergey Kosukhin1-0/+49
2017-10-17Spack tests no longer clutter var/spack/stageTodd Gamblin1-7/+5
2017-10-05Don't change properties on already-installed packages (#5580)scheibelp3-0/+118
2017-10-04extensions: create install prefixes (#5601)Ben Boeckel3-3/+3
2017-09-30Patches are hashed with specs, and can be associated with dependencies.Todd Gamblin10-0/+147
2017-09-19Modulefiles generated with a template engine (#3183)Massimiliano Culpo2-0/+81
2017-09-17Fix log error parsing bug introduced in c830eda0e (#5387)Todd Gamblin1-0/+49
2017-09-11'with_or_without' accepts bool variantsMassimiliano Culpo1-0/+2
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn69-69/+69
2017-09-05Added support for querying by tags (#4786)Massimiliano Culpo2-0/+4
2017-08-20Unbuffer so that output from packages appears when redirectingTodd Gamblin1-0/+45
2017-08-14Create, install and relocate tarballs of installed packagesPatrick Gartung1-0/+41
2017-08-07Variant satisfaction for indirect dependenciesscheibelp3-0/+42
2017-07-31Fix preference for X.Y version when mixed with X.Y.Z versions (#4922)scheibelp1-0/+36
2017-07-22Make testing spack commands simpler (#4868)Todd Gamblin3-10/+3
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin68-68/+68
2017-06-13Override partial installs by default - part three (#4331)scheibelp1-0/+43
2017-05-04SV variants are evaluated correctly in "when=" (#4118)Massimiliano Culpo1-0/+2
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo2-1/+88
2017-04-25Fix bug with '# noqa' filtering (#3993)Adam J. Stewart1-1/+5
2017-04-25Properly ignore flake8 F811 redefinition errors (#3932)Adam J. Stewart3-0/+163
2017-04-21Fix checksumming in Python3; add more fetch tests (#3941)Todd Gamblin1-0/+35
2017-04-20Revert "Override partial installs by default" (#3918)Todd Gamblin1-41/+0
2017-04-19Override partial installs by default (#3530)scheibelp1-0/+41
2017-04-02new directive: conflicts() (#3125)Massimiliano Culpo2-0/+92