summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/packages.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-08-11Revert "package import: remove magic import line (#39183)" (#39380)Todd Gamblin1-23/+0
2023-08-11spack.repo: uppercase the global PATH variable (#39372)Massimiliano Culpo1-6/+6
2023-08-09package import: remove magic import line (#39183)Harmen Stoppels1-0/+23
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-1/+1
2023-05-10Stand-alone testing: make recipe support and processing spack-/pytest-like (#...Tamara Dahlgren1-8/+0
2023-03-08Split `satisfies(..., strict=True/False)` into two functions (#35681)Massimiliano Culpo1-13/+16
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-11remove activate/deactivate support in favor of environments (#29317)Harmen Stoppels1-6/+0
2022-10-18spack checksum: warn if version is deprecated (#32438)Tamara Dahlgren1-0/+8
2022-09-08CMakePackage: allow custom CMAKE_PREFIX_PATH entries (#32547)Peter Scheibel1-0/+8
2022-07-31black: reformat entire repository with blackTodd Gamblin1-130/+144
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-16/+16
2022-07-12`spack.repo.get()` can only be called on concrete specs (#31411)Massimiliano Culpo1-187/+105
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-3/+3
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-15/+0
2022-03-17Path handling (#28402)John W. Parent1-3/+3
2022-03-17Update tests support for WindowsBetsy McPhail1-3/+18
2022-02-09Tests: move has_test_method to spack.package (#28813)Tamara Dahlgren1-0/+8
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-15/+15
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2022-01-12package_hash: switch to using canonical source instead of AST reprTodd Gamblin1-51/+0
2021-09-08url stats: add `--show-issues` option (#25792)Todd Gamblin1-7/+10
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-6/+4
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-03-13package: Add fetch_options variable (#15317)Michael Kuhn1-0/+21
2020-02-20Package hashing: fix detection of directives (#14763)Peter Scheibel1-0/+4
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-12-30tests: refactor tests to avoid persistent global stateTodd Gamblin1-1/+1
2019-12-14package hash: gracefully handle @when with non-string args (#14153)Peter Scheibel1-24/+34
2019-08-22Spack BundlePackage: a group of other packages (#11981)Tamara Dahlgren1-0/+19
2019-07-19Package inheritance: Find patch files defined in parent classes using MRO (#1...Greg Becker1-0/+6
2019-07-17tests: uninstall_by_spec error and rpath_args tests (#11971)Tamara Dahlgren1-0/+10
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-08-25bugfix: 'submodules' attribute should imply git fetchTodd Gamblin1-0/+7
2018-07-25tests: add checks and tests for consistent version() argumentsTodd Gamblin1-2/+26
2018-07-25core: differentiate package-level fetch URLs by args to `version()`Todd Gamblin1-3/+75
2018-07-25core: add check for conflicting top-level fetch attributes in packagesTodd Gamblin1-5/+4
2018-07-25core: fixes and tests for handling of fetcher attributes in packagesTodd Gamblin1-12/+102
2018-07-11Don't propagate version-specific URL overrides to newer versions (#8565)Massimiliano Culpo1-0/+15
2018-06-06Fix bug where patches specified by dependents were not applied (#8272)scheibelp1-0/+6
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-4/+3
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin1-4/+3
2018-05-17tests: rename builtin_mock to "mock_packages" for clarity.Todd Gamblin1-1/+1
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-5/+7
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-03-20package: add a content_hash method for packagesPeter Scheibel1-0/+31
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+1