summaryrefslogtreecommitdiff
path: root/lib/spack/spack/solver/display.lp
blob: 22642e2602dd750715599d9f649a92bde1349097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%=============================================================================-
% Display Results
%
% This section determines what parts of the model are printed at the end
%==============================================================================
#show node/1.
#show depends_on/3.
#show version/2.
#show variant_value/3.
#show node_platform/2.
#show node_os/2.
#show node_target/2.
#show node_compiler/2.
#show node_compiler_version/3.
#show node_flag/3.
#show node_flag_compiler_default/1.
#show node_flag_source/2.
#show no_flags/2.

#show variant_not_default/4.
#show provider_weight/2.
#show version_weight/2.
#show compiler_version_match/2.
#show compiler_weight/2.
#show node_target_match/2.
#show node_target_weight/2.
#show external_spec/2.