]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: allow an easy first application install with minimal modifications
authorprascle <prascle>
Thu, 16 Nov 2006 10:39:27 +0000 (10:39 +0000)
committerprascle <prascle>
Thu, 16 Nov 2006 10:39:27 +0000 (10:39 +0000)
bin/config_appli.xml
bin/virtual_salome.py

index bd7799353311d4457c2b21a6d30d9963b1757813..701c4999ceedececdfbabab9e985e7a36dcaae20 100644 (file)
@@ -1,20 +1,20 @@
 <application>
-<prerequisites path="/home/prascle/SALOME2/profileV322.sh"/>
+<prerequisites path="prerequis-V3_2_3.sh"/>
 <modules>
    <!-- variable name <MODULE>_ROOT_DIR is built with <MODULE> == name attribute value -->
    <!-- <MODULE>_ROOT_DIR values is set with path attribute value -->
    <!-- attribute gui (defaults = yes) indicates if the module has a gui interface -->
-   <module name="KERNEL"       gui="no"  path="/home/prascle/SALOME2/Install/KERNEL_V3_2_2"/>
-   <module name="GUI"          gui="no"  path="/home/prascle/SALOME2/Install/GUI_V3_2_2"/>
-   <module name="MED"                    path="/home/prascle/SALOME2/Install/MED_V3_2_2"/>
-   <module name="GEOM"                   path="/home/prascle/SALOME2/Install/GEOM_V3_2_2"/>
-   <module name="SMESH"                  path="/home/prascle/SALOME2/Install/SMESH_V3_2_2"/>
-   <module name="SUPERV"                 path="/home/prascle/SALOME2/Install/SUPERV_V3_2_2"/>
-   <module name="VISU"                   path="/home/prascle/SALOME2/Install/VISU_V3_2_2"/>
-   <module name="HELLO"                  path="/home/prascle/SALOME2/Install/HELLO1_V3_2_2"/>
-   <module name="PYHELLO"                path="/home/prascle/SALOME2/Install/PYHELLO1_V3_2_2"/>
-   <module name="NETGENPLUGIN" gui="no"  path="/home/prascle/SALOME2/Install/NETGENPLUGIN_V3_2_2"/>
+   <module name="KERNEL"       gui="no"  path="KERNEL_V3_2_3"/>
+   <module name="GUI"          gui="no"  path="GUI_V3_2_3"/>
+   <module name="MED"                    path="MED_V3_2_3"/>
+   <module name="GEOM"                   path="GEOM_V3_2_3"/>
+   <module name="SMESH"                  path="SMESH_V3_2_3"/>
+   <module name="SUPERV"                 path="SUPERV_V3_2_3"/>
+   <module name="VISU"                   path="VISU_V3_2_3"/>
+   <module name="HELLO"                  path="HELLO1_V3_2_3"/>
+   <module name="PYHELLO"                path="PYHELLO1_V3_2_3"/>
+   <module name="NETGENPLUGIN" gui="no"  path="NETGENPLUGIN_V3_2_3"/>
 </modules>
-<samples path="/home/prascle/SALOME2/SAMPLES/V3_2_2/SAMPLES_SRC"/>
+<samples path="SAMPLES_V3_2_3"/>
 </application>
 
index a8692b71094668b35e75835d23c16107547de862..b47654d3fb5b59a3f2611763ea495de9d42e79b6 100644 (file)
@@ -93,7 +93,7 @@ def link_module(options):
         print "Option module is mandatory"
         return 
    
-    module_dir=options.module
+    module_dir=os.path.abspath(options.module)
     if not os.path.exists(module_dir):
         print "Module %s does not exist" % module_dir
         return