安装
[tools_adm@ip-172-31-94-183 ~]$ spack install gcc +binutils
==> Warning: Spack will not check SSL certificates. You need to update your Python to enable certificate verification.
==> Error: Package 'armpl' not found.
[tools_adm@ip-172-31-94-183 ~]$
解决方法
[tools_adm@ip-172-31-94-183 ~]$ spack clean -ab
==> Removing all temporary build stages
==> Removing cached downloads
==> Removing install failure marks
==> Removing cached information on repositories
==> Removing python cache files
==> Removing bootstrapped software and configuration in "/home/tools_adm/.spack/bootstrap"
[tools_adm@ip-172-31-94-183 ~]$
[tools_adm@ip-172-31-94-183 ~]$ spack clean -fmps
==> Removing all temporary build stages
==> Removing install failure marks
==> Removing cached information on repositories
==> Removing python cache files
[tools_adm@ip-172-31-94-183 ~]$