summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-31Make packages Python3 compatible.Todd Gamblin1-2/+4
2017-03-11Make multimethods work with inheritance. (#3411)Todd Gamblin2-1/+51
2017-03-02New interface for passing build information among specs (#1875)Massimiliano Culpo1-0/+3
2017-02-10fix: don't call setup_environment when not needed (#3060)Massimiliano Culpo2-0/+6
2017-01-25Spec.satisfies accesses Spec.concrete as property (#2928)scheibelp3-0/+119
2017-01-25build systems: simpler, clearer decorators: run_after, run_before (#2860)Massimiliano Culpo1-3/+30
2017-01-15get_std_cmake_args delegates to CMakePackage._std_args fixes #2665 (#2805)Massimiliano Culpo1-3/+6
2017-01-04Standardize package names: lower-case, not Mixed_CASE (#2475)Elizabeth Fischer4-1/+1
2017-01-02Fix issues when a package provides the same vdep twice. (#2710)Todd Gamblin1-0/+51
2016-12-30Fix Python issue with build failures; Add test case for build failures. (#2687)Todd Gamblin1-0/+37
2016-12-29Concretize preserves deptypes (#2681)Todd Gamblin4-0/+151
2016-12-28Directive inheritance: laziness for the win (#2623)Massimiliano Culpo1-0/+24
2016-12-27Ensure that every file in Spack has a license (#2659)Adam J. Stewart13-0/+312
2016-10-26add a unit test for conretization with develop version (#2064)Denis Davydov1-0/+37
2016-10-21Extend concretization test to excercise bug in concretize's provider sortingMatthew LeGendre2-1/+40
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin35-24/+44
2016-08-01Add concretize_preferences testsPaul Hopkins1-0/+3
2016-07-14spack: introduce dependency typesBen Boeckel14-1/+191