properties-cpp  0.0.1
A very simple convenience library for handling properties and signals in C++11.
/build/properties-cpp-ovCFca/properties-cpp-0.0.1~bzr17+repack1/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/properties-cpp-ovCFca/properties-cpp-0.0.1~bzr17+repack1
8 BuildDirectory: /build/properties-cpp-ovCFca/properties-cpp-0.0.1~bzr17+repack1/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: minobo
15 
16 # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17 BuildName: Linux-c++
18 
19 # Submission information
20 IsCDash:
21 CDashVersion:
22 QueryCDashVersion:
23 DropSite:
24 DropLocation:
25 DropSiteUser:
26 DropSitePassword:
27 DropSiteMode:
28 DropMethod: http
29 TriggerSite:
30 ScpCommand: SCPCOMMAND-NOTFOUND
31 
32 # Dashboard start time
33 NightlyStartTime: 00:00:00 EDT
34 
35 # Commands for the build/test/submit cycle
36 ConfigureCommand: "/usr/bin/cmake" "/build/properties-cpp-ovCFca/properties-cpp-0.0.1~bzr17+repack1"
37 MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
38 DefaultCTestConfigurationType: Release
39 
40 # version control
41 UpdateVersionOnly:
42 
43 # CVS options
44 # Default is "-d -P -A"
45 CVSCommand: CVSCOMMAND-NOTFOUND
46 CVSUpdateOptions: -d -A -P
47 
48 # Subversion options
49 SVNCommand: SVNCOMMAND-NOTFOUND
50 SVNOptions:
51 SVNUpdateOptions:
52 
53 # Git options
54 GITCommand: GITCOMMAND-NOTFOUND
55 GITInitSubmodules:
56 GITUpdateOptions:
57 GITUpdateCustom:
58 
59 # Perforce options
60 P4Command: P4COMMAND-NOTFOUND
61 P4Client:
62 P4Options:
63 P4UpdateOptions:
64 P4UpdateCustom:
65 
66 # Generic update command
67 UpdateCommand:
68 UpdateOptions:
69 UpdateType:
70 
71 # Compiler info
72 Compiler: /usr/bin/c++
73 CompilerVersion: 7.2.0
74 
75 # Dynamic analysis (MemCheck)
76 PurifyCommand:
77 ValgrindCommand:
78 ValgrindCommandOptions:
79 MemoryCheckType:
80 MemoryCheckSanitizerOptions:
81 MemoryCheckCommand: /usr/bin/valgrind
82 MemoryCheckCommandOptions:
83 MemoryCheckSuppressionFile:
84 
85 # Coverage
86 CoverageCommand: /usr/bin/gcov
87 CoverageExtraFlags: -l
88 
89 # Cluster commands
90 SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
91 SlurmRunCommand: SLURM_SRUN_COMMAND-NOTFOUND
92 
93 # Testing options
94 # TimeOut is the amount of time in seconds to wait for processes
95 # to complete during testing. After TimeOut seconds, the
96 # process will be summarily terminated.
97 # Currently set to 25 minutes
98 TimeOut: 1500
99 
100 # During parallel testing CTest will not start a new test if doing
101 # so would cause the system load to exceed this value.
102 TestLoad:
103 
104 UseLaunchers:
105 CurlOptions:
106 # warning, if you add new options here that have to do with submit,
107 # you have to update cmCTestSubmitCommand.cxx
108 
109 # For CTest submissions that timeout, these options
110 # specify behavior for retrying the submission
111 CTestSubmitRetryDelay: 5
112 CTestSubmitRetryCount: 3