Skip to content

Commit 851a28e

Browse files
psakievichbecker33
andcommitted
Update tutorial_developer_workflows.rst
Co-authored-by: Greg Becker <becker33@llnl.gov>
1 parent 6cd7ea5 commit 851a28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial_developer_workflows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The mechanics of how this section is used to enforce develpoment are as follows:
155155
3. Calls to ``spack install`` will now use the source code at ``dev_path`` when building that package.
156156
4. Spack doesn't clean this build up after a successful build so subsequent calls to ``spack install`` trigger incremental builds.
157157

158-
If the environment is already concretized ``spack develop`` performs step 1 and 2 insitu and updates the ``spack.lock`` file unless the ``--no-modify-concrete-specs`` option is passed.
158+
If the environment is already concretized ``spack develop`` performs step 1 and 2 in situ and updates the ``spack.lock`` file unless the ``--no-modify-concrete-specs`` option is passed.
159159
If ``--no-modify-concrete-specs`` is passed, the environment is not yet concretized, or needs to be futher changed to satisfy the develop specs (i.e. change version of the package) then selection of develop specs and assignment of ``dev_path`` are handled by the concretizer.
160160

161161
So how does Spack determine the value of the ``dev_path`` variant?

0 commit comments

Comments
 (0)