process-cpp  3.0.0
A simple convenience library for handling processes in C++11.
/build/process-cpp-3.0.2~20210511165845.4~ee6d99a+ubports20.04/obj-x86_64-linux-gnu/DartConfiguration.tcl
Go to the documentation of this file.
1 # This file is configured by CMake automatically as DartConfiguration.tcl
2 # If you choose not to use CMake, this file may be hand configured, by
3 # filling in the required variables.
4 
5 
6 # Configuration directories and files
7 SourceDirectory: /build/process-cpp-3.0.2~20210511165845.4~ee6d99a+ubports20.04
8 BuildDirectory: /build/process-cpp-3.0.2~20210511165845.4~ee6d99a+ubports20.04/obj-x86_64-linux-gnu
9 
10 # Where to place the cost data store
11 CostDataFile:
12 
13 # Site is something like machine.domain, i.e. pragmatic.crd
14 Site: ubports-build
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-c++
18 
19 # Subprojects
20 LabelsForSubprojects:
21 
22 # Submission information
23 SubmitURL: http://
24 
25 # Dashboard start time
26 NightlyStartTime: 00:00:00 EDT
27 
28 # Commands for the build/test/submit cycle
29 ConfigureCommand: "/usr/bin/cmake" "/build/process-cpp-3.0.2~20210511165845.4~ee6d99a+ubports20.04"
30 MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
31 DefaultCTestConfigurationType: Release
32 
33 # version control
34 UpdateVersionOnly:
35 
36 # CVS options
37 # Default is "-d -P -A"
38 CVSCommand: CVSCOMMAND-NOTFOUND
39 CVSUpdateOptions: -d -A -P
40 
41 # Subversion options
42 SVNCommand: SVNCOMMAND-NOTFOUND
43 SVNOptions:
44 SVNUpdateOptions:
45 
46 # Git options
47 GITCommand: GITCOMMAND-NOTFOUND
48 GITInitSubmodules:
49 GITUpdateOptions:
50 GITUpdateCustom:
51 
52 # Perforce options
53 P4Command: P4COMMAND-NOTFOUND
54 P4Client:
55 P4Options:
56 P4UpdateOptions:
57 P4UpdateCustom:
58 
59 # Generic update command
60 UpdateCommand:
61 UpdateOptions:
62 UpdateType:
63 
64 # Compiler info
65 Compiler: /usr/lib/ccache/c++
66 CompilerVersion: 9.3.0
67 
68 # Dynamic analysis (MemCheck)
69 PurifyCommand:
70 ValgrindCommand:
71 ValgrindCommandOptions:
72 MemoryCheckType:
73 MemoryCheckSanitizerOptions:
74 MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
75 MemoryCheckCommandOptions:
76 MemoryCheckSuppressionFile:
77 
78 # Coverage
79 CoverageCommand: /usr/bin/gcov
80 CoverageExtraFlags: -l
81 
82 # Cluster commands
83 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
84 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
85 
86 # Testing options
87 # TimeOut is the amount of time in seconds to wait for processes
88 # to complete during testing. After TimeOut seconds, the
89 # process will be summarily terminated.
90 # Currently set to 25 minutes
91 TimeOut: 1500
92 
93 # During parallel testing CTest will not start a new test if doing
94 # so would cause the system load to exceed this value.
95 TestLoad:
96 
97 UseLaunchers:
98 CurlOptions:
99 # warning, if you add new options here that have to do with submit,
100 # you have to update cmCTestSubmitCommand.cxx
101 
102 # For CTest submissions that timeout, these options
103 # specify behavior for retrying the submission
104 CTestSubmitRetryDelay: 5
105 CTestSubmitRetryCount: 3
gtest
gtest
Definition: CMakeCache.txt:237
gmock
gmock
Definition: CMakeCache.txt:246