82e6bf90955061f4004fe52652c4c375d5a61622
spack/\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253\343\201\227\343\201\237\343\203\221\343\203\203\343\202\261\343\203\274\343\202\270\343\202\222\343\202\242\343\203\203\343\203\227\343\203\207\343\203\274\343\203\210\343\201\231\343\202\213.md
... | ... | @@ -1,12 +1,12 @@ |
1 | 1 | 引用: [https://spack.readthedocs.io/en/latest/replace_conda_homebrew.html#updating-cleaning-up-old-packages](https://spack.readthedocs.io/en/latest/replace_conda_homebrew.html#updating-cleaning-up-old-packages) |
2 | 2 | |
3 | 3 | 1. spackのレポジトリをアップデートする。 |
4 | - ``` |
|
4 | + ```bash |
|
5 | 5 | $ git pull origin HEAD |
6 | 6 | ``` |
7 | 7 | |
8 | 8 | 1. パッケージをアップデートする。 |
9 | - ``` |
|
9 | + ```bash |
|
10 | 10 | $ spack env activate myenv |
11 | 11 | $ spack mark -i --all |
12 | 12 | $ spack concretize --fresh --force |