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,9 +1,15 @@
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
-```
4
-$ spack env activate myenv
5
-$ spack mark -i --all
6
-$ spack concretize --fresh --force
7
-$ spack install
8
-$ spack gc
9
-```
... ...
\ No newline at end of file
0
+1. spackのレポジトリをアップデートする。
1
+ ```
2
+ $ git pull origin HEAD
3
+ ```
4
+
5
+1. パッケージをアップデートする。
6
+ ```
7
+ $ spack env activate myenv
8
+ $ spack mark -i --all
9
+ $ spack concretize --fresh --force
10
+ $ spack install
11
+ $ spack gc
12
+ ```
... ...
\ No newline at end of file