]> Creatis software - creaToolsTools.git/commitdiff
Cosmetics
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 8 Jan 2009 12:15:08 +0000 (12:15 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 8 Jan 2009 12:15:08 +0000 (12:15 +0000)
ctest/README.txt
ctest/bbtk-linux.ctest
ctest/bbtk-osx.ctest
ctest/crea-linux.ctest
ctest/crea-osx.ctest

index 3c6697c4716da33094d3ef7abf9e30d22a94f6de..be5eb6f96be73fe76be72d0f1ca87a91b6bf6c6d 100644 (file)
@@ -22,7 +22,7 @@ of the 'creatools', test it and submit results to creatis dashboard.
    your system/install specific options (libraries paths, options, build type, ...)
    c) Copy the file 'CMakeCache.txt' from the build tree to your testing directory
     (where you will run ctest, usually the same than CTEST_DASHBOARD_ROOT), 
-    giving it a meaningfull name 
+    and rename it with a meaningfull name like :
     (PROJECT-BUILDTYPE-CMakeCache.txt, e.g. crea-debug-CMakeCache.txt)
    d) Edit the copied file and comment out (type an initial #) all lines which
     make explicit reference to the build directory 
@@ -37,12 +37,10 @@ of the 'creatools', test it and submit results to creatis dashboard.
  #//Start directory with the top level CMakeLists.txt file for this
  #// project
  #CMAKE_HOME_DIRECTORY:INTERNAL=/home/guigues/coding/CreaTools/crea
-
-   
+  
 2) Copy in CTEST_DASHBOARD_ROOT the right ctest file to another filename, 
    e.g. copy 'crea-linux.ctest' to 'crea-mymachine-debug.ctest'
    
-
 3) Edit the new file and set :
    * The architecture description, typically os+compiler with versions
       e.g. fc9-gcc4.3.0, win32-vs8, etc.
index 92a9bd4ab0c8577cf7f4d7f80f1f32885229ab76..f779a11b6f3bb824cb45ca85a61ece1fd3e6ad37 100644 (file)
@@ -10,20 +10,26 @@ cmake_minimum_required(VERSION 2.6)
 
 #################################################################
 ## MANDATORY 
-set(arch "fc9")
+##  You MUST modify the following lines, according to what you use.
+set(arch "fc9-gcc4.1.2")
 set(buildtype "debug")
 set(CMakeCacheFile "bbtk-debug-CMakeCache.txt")
 #################################################################
 
 #################################################################
-## CAN BE CHANGED : 
+## MAY BE CHANGED : 
 set(CTEST_DASHBOARD_ROOT "$ENV{HOME}/dashboards")
 set(MODEL Experimental)
 set(NUMBER_OF_CPU 2)
 #################################################################
 
 #################################################################
-# NOTHING FOR USER BELOW 
+## The following lines must NOT be modified!
+## NOTHING FOR USER BELOW
+## NO RATS ALLOWED!
+## HANDS OFF!
+## ;-)
+
 set(project_name "bbtk")
 
 set(CTEST_SITE "$ENV{HOSTNAME}")
index 889b4c5b091d1b314dca055c126330dabc158a5b..067490ce75b747421a01d6f35a427bc7ffef51d8 100644 (file)
@@ -12,7 +12,8 @@ cmake_minimum_required(VERSION 2.6)
 ## MANDATORY 
 # On my machine $ENV{HOSTNAME} does not work. why ?
 # Have to set the host name manually
-set(CTEST_SITE "cercocebe") 
+
+set(CTEST_SITE "cercocebe")
 #$ENV{HOSTNAME}")
 set(arch "osx_10.5.6")
 set(buildtype "debug")
@@ -20,16 +21,22 @@ set(CMakeCacheFile "bbtk-debug-CMakeCache.txt")
 #################################################################
 
 #################################################################
-## CAN BE CHANGED : 
+## MAY BE CHANGED :
 set(CTEST_DASHBOARD_ROOT "$ENV{HOME}/dashboards")
 set(MODEL Experimental)
 set(NUMBER_OF_CPU 2)
 #################################################################
 
 #################################################################
-# NOTHING FOR USER BELOW 
+## The following lines must NOT be modified!
+## NOTHING FOR USER BELOW
+## NO RATS ALLOWED!
+## HANDS OFF!
+## ;-)
+
 set(project_name "bbtk")
 
+set(project_name "bbtk")
 set(CTEST_SITE "cercocebe") 
 #set(CTEST_SITE "$ENV{HOSTNAME}")
 set(CTEST_BUILD_NAME "${project_name}-${CTEST_SITE}-${arch}-${buildtype}")
index 5137e919fb35e2f3c874f9931b77f2da94b85ec9..a045ebab7690d195affc5f573435f5f6dd177d83 100644 (file)
@@ -11,6 +11,7 @@ cmake_minimum_required(VERSION 2.6)
 #################################################################
 ## MANDATORY 
 ##  You MUST modify the following lines, according to what you use.
+
 set(arch "fc9-gcc4.1.2")
 set(buildtype "debug")
 set(CMakeCacheFile "crea-debug-CMakeCache.txt")
@@ -29,7 +30,7 @@ set(NUMBER_OF_CPU 2)
 ## NO RATS ALLOWED!
 ## HANDS OFF!
 ## ;-)
+
 set(project_name "crea")
 
 set(CTEST_SITE "$ENV{HOSTNAME}")
index 202539b35ea7f770399f382e0d48728ad4d9afec..b4ab463e1b7a3151316a71d7e7592f6af8214ff4 100644 (file)
@@ -11,7 +11,8 @@ cmake_minimum_required(VERSION 2.6)
 ## MANDATORY 
 # On my machine $ENV{HOSTNAME} does not work. why ?
 # Have to set the host name manually
-set(CTEST_SITE "cercocebe") 
+
+set(CTEST_SITE "cercocebe")
 #$ENV{HOSTNAME}")
 set(arch "osx_10.5.6")
 set(buildtype "debug")
@@ -19,16 +20,20 @@ set(CMakeCacheFile "crea-debug-CMakeCache.txt")
 #################################################################
 
 #################################################################
-## CAN BE CHANGED : 
+## MAY BE CHANGED :
 set(CTEST_DASHBOARD_ROOT "$ENV{HOME}/dashboards")
 set(MODEL Experimental)
 set(NUMBER_OF_CPU 2)
 #################################################################
 
 #################################################################
-# NOTHING FOR USER BELOW 
-set(project_name "crea")
+## The following lines must NOT be modified!
+## NOTHING FOR USER BELOW
+## NO RATS ALLOWED!
+## HANDS OFF!
+## ;-)
 
+set(project_name "crea")
 
 set(CTEST_BUILD_NAME "${project_name}-${CTEST_SITE}-${arch}-${buildtype}")