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: C:/Users/ldecherf/Desktop/Vislab/eigen
|
---|
8 | BuildDirectory: C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install
|
---|
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: pcldecherf-hp
|
---|
15 |
|
---|
16 | # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
|
---|
17 | BuildName: win7-na-32bit
|
---|
18 |
|
---|
19 | # Submission information
|
---|
20 | IsCDash: TRUE
|
---|
21 | CDashVersion:
|
---|
22 | QueryCDashVersion:
|
---|
23 | DropSite: manao.inria.fr
|
---|
24 | DropLocation: /CDash/submit.php?project=Eigen3.2
|
---|
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 UTC
|
---|
34 |
|
---|
35 | # Commands for the build/test/submit cycle
|
---|
36 | ConfigureCommand: "C:/Program Files/CMake/bin/cmake.exe" "C:/Users/ldecherf/Desktop/Vislab/eigen"
|
---|
37 | MakeCommand: C:/Program Files/CMake/bin/cmake.exe --build . --target buildtests --config "${CTEST_CONFIGURATION_TYPE}" --
|
---|
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: C:/Program Files/Git/cmd/git.exe
|
---|
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: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
|
---|
73 | CompilerVersion: 19.0.24213.1
|
---|
74 |
|
---|
75 | # Dynamic analysis (MemCheck)
|
---|
76 | PurifyCommand:
|
---|
77 | ValgrindCommand:
|
---|
78 | ValgrindCommandOptions:
|
---|
79 | MemoryCheckType:
|
---|
80 | MemoryCheckSanitizerOptions:
|
---|
81 | MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
|
---|
82 | MemoryCheckCommandOptions:
|
---|
83 | MemoryCheckSuppressionFile:
|
---|
84 |
|
---|
85 | # Coverage
|
---|
86 | CoverageCommand: COVERAGE_COMMAND-NOTFOUND
|
---|
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: 0
|
---|
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
|
---|