You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/spack/docs/frequently_asked_questions.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The following set of criteria (from lowest to highest precedence) explains commo
70
70
foo:
71
71
require:
72
72
- "@1.2: +mpi"
73
-
conflicts:
73
+
conflict:
74
74
- "@1.4"
75
75
76
76
Requirements and constraints restrict the set of possible solutions, while reuse behavior and preferences influence what an optimal solution looks like.
Copy file name to clipboardExpand all lines: lib/spack/docs/module_file_support.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -537,8 +537,8 @@ If the ``use_view`` value is set in the config, then the prefix inspections for
537
537
- PATH
538
538
view:
539
539
my_view:
540
+
root: /path/to/my/view
540
541
projections:
541
-
root: /path/to/my/view
542
542
all: "{name}-{hash}"
543
543
544
544
The ``spack`` key is relevant to :ref:`environment <environments>` configuration, and the view key is discussed in detail in the section on :ref:`Configuring environment views <configuring_environment_views>`.
0 commit comments