Skip to content

Commit

Permalink
Merge branch 'features/external-packages' of github.com:mplegendre/sp…
Browse files Browse the repository at this point in the history
…ack into features/external-packages

Conflicts:
	lib/spack/docs/site_configuration.rst
  • Loading branch information
mplegendre committed Mar 10, 2016
2 parents 1f06dd4 + d4a771a commit dd0ae25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/spack/docs/site_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ directory. Here's an example of an external configuration:
openmpi@1.6.5%intel@10.1=chaos_5_x86_64_ib: /opt/openmpi-1.6.5-intel
This example lists three installations of OpenMPI, one built with gcc,
one built with gcc and debug information, and another built with OpenMPI.
one built with gcc and debug information, and another built with Intel.
If Spack is asked to build a package that uses one of these MPIs as a
dependency, it will use the the pre-installed OpenMPI in
the given directory. This example also specifies that Spack should never
Expand Down Expand Up @@ -116,7 +116,7 @@ be:
The addition of the ``nobuild`` flag tells Spack that it should never build
its own version of OpenMPI, and it will instead always rely on a pre-built
OpenMPI. Similar to ``path``, ``nobuild`` is specified as a property under
OpenMPI. Similar to ``paths``, ``nobuild`` is specified as a property under
a package name.

The ``nobuild`` does not need to be paired with external packages.
Expand Down

0 comments on commit dd0ae25

Please sign in to comment.