spack/lib/spack
Harmen Stoppels d51af675ef
make version(...) kwargs explicit (#36998)
- [x] Replace `version(ver, checksum=None, **kwargs)` signature with
      `version(ver, checksum=None, *, sha256=..., ...)` explicitly listing all arguments.
- [x] Fix various issues in packages:
  - `tags` instead of `tag`
  - `default` instead of `preferred`
  - `sha26` instead of `sha256`
  - etc

Also, use `sha256=...` consistently.

Note: setting `sha256` currently doesn't validate the checksum length, so you could do
`sha256="a"*32` and it would get checked as `md5`... but that's something for another PR.
2023-04-19 14:17:47 -07:00
..
docs make version(...) kwargs explicit (#36998) 2023-04-19 14:17:47 -07:00
env compiler wrapper: fix -Xlinker parsing (#35929) 2023-03-31 09:47:24 -07:00
external Update archspec to HEAD of develop (#36657) 2023-04-05 13:23:42 -04:00
llnl Add llnl.util.filesystem.find_first (#36083) 2023-03-27 09:42:16 -07:00
spack make version(...) kwargs explicit (#36998) 2023-04-19 14:17:47 -07:00
spack_installable license year bump (#34921) 2023-01-18 14:30:17 -08:00