Salome HOME
Finalization of source command with commentaries
[tools/sat.git] / data / modules / softB.pyconf
diff --git a/data/modules/softB.pyconf b/data/modules/softB.pyconf
new file mode 100644 (file)
index 0000000..0d648c5
--- /dev/null
@@ -0,0 +1,36 @@
+MODULES :
+{
+       softB :
+       {
+               name : "softB"
+           has_gui : "no"
+           compile_method : "cmake" # ou autotools, ou script
+           get_method : "git" # "archive", embedded", "native" "fixed"
+           cvs_info:
+           {
+               server : $SITE.prepare.default_cvs_server
+               module_base : $SITE.prepare.cvs_dir + $name
+               source : 'softB_SRC'
+               tag : ''
+           }
+           git_info:
+           {
+               repo : $SITE.prepare.default_git_server + $VARS.sep + $name
+               repo_dev : $SITE.prepare.default_git_server_dev + $VARS.sep + $name
+               tag : $APPLICATION.default_version_to_download
+           }
+           archive_info:
+           {
+               archive_name : $SITE.prepare.archive_dir + $VARS.sep +  $name + '.tar.gz'
+           }
+           environ :
+           {
+               "_LD_LIBRARY_PATH" : "${SOFT_ROOT_DIR}" + $VARS.sep + "lib"
+               "_PYTHONPATH" : ["${SOFT_ROOT_DIR}" + $VARS.sep + "lib"
+                   "${SOFT_ROOT_DIR}" + $VARS.sep + "${PYTHON_LIBDIR0}"
+                   "${SOFT_ROOT_DIR}" + $VARS.sep + "${PYTHON_LIBDIR1}"]
+           }
+           depend : ['softA']
+           opt_depend : []
+       }
+}
\ No newline at end of file