Skip to content

Commit 719ef29

Browse files
committed
Remove --reuse-deps
1 parent 590e6ff commit 719ef29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/models/build_a_model/build_source_code.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Compiling all the packages present in a _Spack_ environment is referred to as [i
112112

113113
To concretize the `mom5_dev` environment, run:
114114
```
115-
spack concretize -f --reuse-deps
115+
spack concretize -f
116116
```
117117

118118
!!! warning
@@ -125,7 +125,7 @@ spack concretize -f --reuse-deps
125125

126126
<terminal-window lineDelay=0>
127127
<terminal-line data="input" lineDelay=200 directory="[mom5_dev]" class="spack">
128-
spack concretize -f --reuse-deps
128+
spack concretize -f
129129
</terminal-line>
130130
<terminal-line lineDelay=2000>
131131
<span class="spack-indigo bold">\==></span> Concretized access-esm1p5@git.2024.05.1=2024.05.1
@@ -504,7 +504,7 @@ spack:
504504
After setting a development package the _Spack_ environment needs to be re-concretized (because the `spack.yaml` file changed). The _Spack_ environment can be concretized following the same steps listed in [Concretize the Spack environment](#concretize-the-spack-environment). Then, the new package can be built following the steps listed in [Compile Spack environment packages](#compile-spack-environment-packages-optional):
505505

506506
```
507-
spack concretize -f --reuse-deps
507+
spack concretize -f
508508
spack install
509509
```
510510
!!! warning
@@ -517,7 +517,7 @@ spack install
517517
518518
<terminal-window lineDelay=0>
519519
<terminal-line data="input" lineDelay=200 directory="[mom5_dev]" class="spack">
520-
spack concretize -f --reuse-deps
520+
spack concretize -f
521521
</terminal-line>
522522
<terminal-line lineDelay=2000>
523523
<span class="spack-indigo bold">\==></span> Concretized access-esm1p5@git.2024.05.1=2024.05.1

0 commit comments

Comments
 (0)