Fix version numbers
This commit is contained in:
parent
ac72170e91
commit
e94ee8b2f3
@ -83,7 +83,7 @@ def compiler_find(args):
|
|||||||
if args.mixed_toolchain:
|
if args.mixed_toolchain:
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"The '--mixed-toolchain' option has been deprecated in Spack v0.23, and currently "
|
"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
|
paths = args.add_paths or None
|
||||||
|
@ -141,8 +141,8 @@
|
|||||||
{
|
{
|
||||||
"names": ["compiler"],
|
"names": ["compiler"],
|
||||||
"message": "The packages:all:compiler preference has been deprecated in "
|
"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 v1.0, and is currently ignored. It will be removed from config in "
|
||||||
"Spack v0.26.",
|
"Spack v1.2.",
|
||||||
"error": False,
|
"error": False,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user