Skip to content

Commit

Permalink
remove references to old behavior in changed features (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 committed Jul 29, 2020
1 parent 63ebc83 commit 6acca1f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tutorial_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ all of their dependencies. We call ``tcl`` and ``trilinos`` the
listed under "installed packages" are present because they were needed as
dependencies. So, these are the roots of the packages' dependency graph.

The "<package> is already installed" messages above are generated because
we already installed these packages in previous steps of the tutorial,
and we don't have to rebuild them to put them in an environment.

^^^^^^^^^^^^^^^^^^^^^
Using packages
^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -457,11 +453,6 @@ install the project's dependencies. They need only clone the repository,

Spack concretizes the specs in the ``spack.yaml`` file and installs them.

What happened here? If you ``cd`` into a directory that has a
``spack.yaml`` file in it, Spack considers this directory's environment
to be activated. The directory does not have to live within Spack; it
can be anywhere.

So, from ``~/code``, we can actually manipulate ``spack.yaml`` using
``spack add`` and ``spack remove`` (just like managed environments):

Expand Down

0 comments on commit 6acca1f

Please sign in to comment.