spack - 无法下载的包怎么办?
Posted 王万林 Ben
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spack - 无法下载的包怎么办?相关的知识,希望对你有一定的参考价值。
spack安装包时,遇到一些无法下载的情况如何解决?
资料
查看官网介绍https://spack.readthedocs.io/en/latest/basic_usage.html#non-downloadable-tarballs,针对无法下载的,可以设定一个mirror目录,然后执行spack install <package>
时自动从mirror目录找。
延伸
解决了无法下载的问题。
补充
这个网页的文档中描述,需要<package>/<package>-<version>.tar.gz
,但根据 https://spack.readthedocs.io/en/latest/mirrors.html#mirrors 描述的,后缀可以是任意扩展名。
实测,安装gcc@11.1.0时,需要下载的包是gcc-11.1.0.tar.xz,按照要求放到mirrors目录下,是可以直接给安装命令使用的;但是如果将gcc-11.1.0.tar.xz解压并重新压缩为gcc-11.1.0.tar.gz格式,却不能被安装命令使用。
参考资料
https://spack.readthedocs.io/en/latest/basic_usage.html#non-downloadable-tarballs
https://spack.readthedocs.io/en/latest/configuration.html?highlight=mirrors.yaml#configuration-files
https://spack.readthedocs.io/en/latest/mirrors.html#mirrors
以上是关于spack - 无法下载的包怎么办?的主要内容,如果未能解决你的问题,请参考以下文章
我无法从 firebase 获取下载网址()。请任何人帮助这是我的代码和错误。 (我正在使用片段)[重复]