source: pacpussensors/trunk/Vislab/lib3dv/eigen/Eigen-install/DartConfiguration.tcl@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 3.0 KB
Line 
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
7SourceDirectory: C:/Users/ldecherf/Desktop/Vislab/eigen
8BuildDirectory: C:/Users/ldecherf/Desktop/Vislab/eigen/Eigen-install
9
10# Where to place the cost data store
11CostDataFile:
12
13# Site is something like machine.domain, i.e. pragmatic.crd
14Site: pcldecherf-hp
15
16# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++
17BuildName: win7-na-32bit
18
19# Submission information
20IsCDash: TRUE
21CDashVersion:
22QueryCDashVersion:
23DropSite: manao.inria.fr
24DropLocation: /CDash/submit.php?project=Eigen3.2
25DropSiteUser:
26DropSitePassword:
27DropSiteMode:
28DropMethod: http
29TriggerSite:
30ScpCommand: SCPCOMMAND-NOTFOUND
31
32# Dashboard start time
33NightlyStartTime: 00:00:00 UTC
34
35# Commands for the build/test/submit cycle
36ConfigureCommand: "C:/Program Files/CMake/bin/cmake.exe" "C:/Users/ldecherf/Desktop/Vislab/eigen"
37MakeCommand: C:/Program Files/CMake/bin/cmake.exe --build . --target buildtests --config "${CTEST_CONFIGURATION_TYPE}" --
38DefaultCTestConfigurationType: Release
39
40# version control
41UpdateVersionOnly:
42
43# CVS options
44# Default is "-d -P -A"
45CVSCommand: CVSCOMMAND-NOTFOUND
46CVSUpdateOptions: -d -A -P
47
48# Subversion options
49SVNCommand: SVNCOMMAND-NOTFOUND
50SVNOptions:
51SVNUpdateOptions:
52
53# Git options
54GITCommand: C:/Program Files/Git/cmd/git.exe
55GITInitSubmodules:
56GITUpdateOptions:
57GITUpdateCustom:
58
59# Perforce options
60P4Command: P4COMMAND-NOTFOUND
61P4Client:
62P4Options:
63P4UpdateOptions:
64P4UpdateCustom:
65
66# Generic update command
67UpdateCommand:
68UpdateOptions:
69UpdateType:
70
71# Compiler info
72Compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
73CompilerVersion: 19.0.24213.1
74
75# Dynamic analysis (MemCheck)
76PurifyCommand:
77ValgrindCommand:
78ValgrindCommandOptions:
79MemoryCheckType:
80MemoryCheckSanitizerOptions:
81MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND
82MemoryCheckCommandOptions:
83MemoryCheckSuppressionFile:
84
85# Coverage
86CoverageCommand: COVERAGE_COMMAND-NOTFOUND
87CoverageExtraFlags: -l
88
89# Cluster commands
90SlurmBatchCommand: SLURM_SBATCH_COMMAND-NOTFOUND
91SlurmRunCommand: 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
98TimeOut: 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.
102TestLoad:
103
104UseLaunchers: 0
105CurlOptions:
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
111CTestSubmitRetryDelay: 5
112CTestSubmitRetryCount: 3
Note: See TracBrowser for help on using the repository browser.