I decided I wanted to install gcc@10.2
with spack, so I ran the command spack --insecure install gcc@10.2
. This attempts to download https://ftpmirror.gnu.org/gcc/gcc-10.2/gcc-10.2.tar.xz
, which no longer exists.
I downloaded gcc-10.2.tar.xz
from a valid mirror, and attempted to add a mirror.
I've tried variants of the form
$ spack mirror add local_filesystem gcc-10.2.tar.xz
However, spack install gcc@10.2
still gives the same answer.
I can't figure out how to get spack to use the mirror for installing. What am I missing?