spack install报armpl not found
Posted 王万林 Ben
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spack install报armpl not found相关的知识,希望对你有一定的参考价值。
安装
[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 ~]$
以上是关于spack install报armpl not found的主要内容,如果未能解决你的问题,请参考以下文章