summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock
AgeCommit message (Expand)AuthorFilesLines
2019-12-04patching: do strict version range checking (#13989)Peter Scheibel2-0/+4
2019-10-23add `spack dev-build` command; deprecate `spack diy` (#13374)Greg Becker1-0/+27
2019-10-22env activation: use package defined env setup methods (#13249)Greg Becker1-2/+2
2019-10-14bugfix: install --only dependencies works in env (#13090)Greg Becker1-1/+3
2019-10-02Remove support for generating dotkit files (#11986)Massimiliano Culpo1-1/+0
2019-09-07flake8: make entire repository pass `spack flake8 -a`Todd Gamblin1-2/+2
2019-09-02tests: add tests for `spack extensions` commandTodd Gamblin3-20/+4
2019-08-22Spack BundlePackage: a group of other packages (#11981)Tamara Dahlgren4-0/+85
2019-08-06tests: explain and test dependency flattening routines (#11993)Tamara Dahlgren1-0/+19
2019-07-24new command: `spack maintainers` queries package maintainersTodd Gamblin2-0/+40
2019-07-19Package inheritance: Find patch files defined in parent classes using MRO (#1...Greg Becker1-0/+11
2019-07-18stacks: update view management for multiple/combinatorial viewsGregory Becker2-2/+2
2019-07-01specs: remove parse_anonymous_spec(); use Spec() insteadTodd Gamblin2-0/+56
2019-05-24build env: simplify handling of parallel jobs (#11524)Massimiliano Culpo1-0/+2
2019-05-03extend Version class so that 2.0 > 1.develop > 1.1 and develop > master > hea...Denis Davydov2-0/+38
2019-03-28Consistent patch ordering (#10879)Peter Scheibel6-1/+99
2019-03-27spack chain (#8772)Peter Scheibel1-1/+1
2019-01-09Allow combinatorial projections in views (#9679)Greg Becker4-0/+104
2019-01-04Multi-valued variants: better support for combinations (#9481)Massimiliano Culpo2-9/+4
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin102-102/+102
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