Fix version numbers

This commit is contained in:
Massimiliano Culpo 2025-02-03 20:18:12 +01:00
parent ac72170e91
commit e94ee8b2f3
No known key found for this signature in database
GPG Key ID: 3E52BB992233066C
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ def compiler_find(args):
if args.mixed_toolchain:
warnings.warn(
"The '--mixed-toolchain' option has been deprecated in Spack v0.23, and currently "
"has no effect. The option will be removed in Spack v0.25"
"has no effect. The option will be removed in Spack v1.1"
)
paths = args.add_paths or None

View File

@ -141,8 +141,8 @@
{
"names": ["compiler"],
"message": "The packages:all:compiler preference has been deprecated in "
"Spack v0.24, and is currently ignored. It will be removed from config in "
"Spack v0.26.",
"Spack v1.0, and is currently ignored. It will be removed from config in "
"Spack v1.2.",
"error": False,
}
],