summaryrefslogtreecommitdiff
path: root/lib/spack/docs/packaging_guide.rst
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-2/+2
2023-12-22Fix a couple typos in the docs (#41822)Alec Scott1-2/+2
2023-11-16Use preferred capitalization of "Slurm" (#41109)Tim Wickberg1-1/+1
2023-11-06Introduce `default_args` context manager (#39964)Harmen Stoppels1-0/+50
2023-11-03fix typo in packaging guide (#40853)Thomas-Ulrich1-1/+1
2023-11-01Cherry-picking virtual dependencies (#35322)Massimiliano Culpo1-0/+27
2023-11-01`SetupContext.get_env_modifications` fixes and documentation (#40683)Harmen Stoppels1-54/+64
2023-10-30docs: update `license()` docs with examples and links (#40598)Todd Gamblin1-11/+44
2023-10-23Docs: Update spec variant checks plus python quotes and string formatting (#4...Tamara Dahlgren1-4/+4
2023-10-22Docs: Add version range example to conditional dependencies (#40630)Tamara Dahlgren1-9/+36
2023-10-18Add license directive (#39346)Aiden Grossman1-0/+27
2023-10-13Expand multiple build systems section (#39589)Harmen Stoppels1-51/+102
2023-09-29Test package detection in a systematic way (#18175)Massimiliano Culpo1-1/+94
2023-09-07Docs/Packaging guide: Add BundlePackage (#39691)Tamara Dahlgren1-9/+54
2023-08-23docs: API, f-string, and path updates to test section (#39584)Tamara Dahlgren1-38/+42
2023-08-09zlib-api: new virtual with zlib/zlib-ng as providers (#37372)Harmen Stoppels1-1/+1
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-2/+2
2023-06-11Fix typo in example code block (#38318)Christopher Christofi1-1/+1
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-346/+474
2023-05-08Add a "requires" directive, extend functionality of package requirements (#36...Massimiliano Culpo1-16/+40
2023-05-05Packaging Guide: build-time test updates: option and test logs (#37093)Tamara Dahlgren1-5/+59
2023-05-05Improve version, version range, and version list syntax and behavior (#36273)Harmen Stoppels1-11/+45
2023-05-05Fix typos in packaging guide (#37460)Eric Berquist1-3/+3
2023-04-19make version(...) kwargs explicit (#36998)Harmen Stoppels1-15/+15
2023-04-18editing: add higher-precedence `SPACK_EDITOR` environment variableTodd Gamblin1-2/+28
2023-04-18Revert addition of SPACK_EDITOR pending review.Todd Gamblin1-28/+2
2023-04-18editing: add higher-precedence `SPACK_EDITOR` environment variableTodd Gamblin1-2/+28
2023-03-20Remove unused `ignore` parameter of `extends()` directive (#35588)Adam J. Stewart1-23/+0
2023-03-19Fix case spelling for Lmod and Tcl (#36215)Xavier Delaruelle1-2/+2
2023-03-08docs: added platform conflicts example, fix quotes (#35771)Tamara Dahlgren1-384/+394
2023-03-01Docs: fix link to PythonPackage docs (#35725)Adam J. Stewart1-1/+1
2023-02-20Fix broken links in docs (#35582)Adam J. Stewart1-3/+3
2023-01-27Add a `maintainers` directive (#35083)Massimiliano Culpo1-9/+28
2023-01-18license year bump (#34921)Harmen Stoppels1-2/+2
2023-01-12Documentation: Add installation policy to packaging guide (#34878)Tamara Dahlgren1-0/+9
2022-12-13Fix markdown links in rst files (#34488)Aidan Heerdegen1-4/+6
2022-11-17docs: fix typo in multiple build systems (#33965)Harmen Stoppels1-1/+1
2022-11-11docs: updates related to extensions (#33837)Harmen Stoppels1-7/+9
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels1-61/+0
2022-11-05Fix formatting in packaging guide (#33714)iarspider1-10/+3
2022-11-04Updates to stand-alone test documentation (#33703)Tamara Dahlgren1-10/+23
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-192/+452
2022-10-18Docs: Spack info option updates (#33376)Tamara Dahlgren1-8/+25
2022-09-13Added install phase test methods for CachedCMakePackage (inherited) and WafPa...Tamara Dahlgren1-0/+6
2022-08-03Match documentation of spack create with actual behavior. (#31892)dunatotatos1-1/+1
2022-08-02docs: Fix outdated pre-0.18 text on build dependencies (#31860)Todd Gamblin1-5/+13
2022-06-17Spec: Add a new virtual-customizable `home` attribute (#30917)Chuck Atkins1-0/+268
2022-06-09Allow more fine-grained control over what submodules are updated (#27293)Tim Fuller1-2/+21
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-5/+5
2022-04-04Allow conditional possible values in variants (#29530)Massimiliano Culpo1-0/+31