summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/cmake-client/package.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-14Windows: executable/path handling (#37762)markus-ferrell1-1/+1
2023-04-19make version(...) kwargs explicit (#36998)Harmen Stoppels1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-4/+6
2022-07-31black: reformat entire repository with blackTodd Gamblin1-38/+51
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-0/+2
2022-03-13Remove "setup_environment" and "setup_dependent_environment" (#29463)Massimiliano Culpo1-5/+5
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-03-16CMakePackage: convert variants to CMake arguments (#14376)Seth R. Johnson1-0/+8
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-22env activation: use package defined env setup methods (#13249)Greg Becker1-2/+2
2019-09-07flake8: make entire repository pass `spack flake8 -a`Todd Gamblin1-2/+2
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
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
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-8/+7
2016-07-14spack: introduce dependency typesBen Boeckel1-1/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-04-04Fix #620, Resolve #664. Fix issues with build environment.Todd Gamblin1-0/+89