Remove the warning that Spack prints at each spec (#30872)

Add instead a warning box in the documentation
This commit is contained in:
Massimiliano Culpo
2022-05-26 16:35:20 +02:00
committed by GitHub
parent 85e13260cf
commit 0636fdbfef
2 changed files with 7 additions and 3 deletions

View File

@@ -50,6 +50,13 @@ build cache files for the "ninja" spec:
Note that the targeted spec must already be installed. Once you have a build cache,
you can add it as a mirror, discussed next.
.. warning::
Spack improved the format used for binary caches in v0.18. The entire v0.18 series
will be able to verify and install binary caches both in the new and in the old format.
Support for using the old format is expected to end in v0.19, so we advise users to
recreate relevant buildcaches using Spack v0.18 or higher.
---------------------------------------
Finding or installing build cache files
---------------------------------------