]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
initialise 5.6 release notes
authorcrouzet <nicolas.crouzet@cea.fr>
Fri, 6 Mar 2020 13:50:54 +0000 (14:50 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Fri, 6 Mar 2020 13:50:54 +0000 (14:50 +0100)
doc/src/commands/application.rst
doc/src/index.rst
doc/src/release_notes/release_notes_5.6.0.rst [new file with mode: 0644]

index 2816b9194a6b2e03cfcee6299fd656ce537528c6..b21221bdc257f441debcff3632b83c2b377014be 100644 (file)
@@ -6,8 +6,9 @@ Command application
 
 Description
 ===========
-The **application** command creates a virtual SALOME application.
-Virtual SALOME applications are used to start SALOME when distribution is needed.
+The **application** command is used to create a virtual SALOME application.
+This command use appli_gen tool to generate the virtual application.
+It uses symbolic links and do not work on windows platform.
 
 Usage
 =====
@@ -41,7 +42,7 @@ Usage
 
 * Generate a mesa application (if mesa and llvm are parts of the application). Use this option only if you have to use salome through ssh and have problems with ssh X forwarding of OpengGL modules (like Paravis): ::
 
-    sat launcher <application> --use_mesa
+    sat application <application> --use_mesa
 
 Some useful configuration paths
 =================================
index 66f7d167a8743bdf320e83c1a646f637edfc955c..521f39438eac44b8d89dc1166c77da520420a44e 100644 (file)
@@ -63,6 +63,7 @@ List of Commands
    generate <commands/generate>
    init <commands/init>
    template <commands/template>
+   application <commands/application>
 
 
 Release Notes
diff --git a/doc/src/release_notes/release_notes_5.6.0.rst b/doc/src/release_notes/release_notes_5.6.0.rst
new file mode 100644 (file)
index 0000000..e8a14c6
--- /dev/null
@@ -0,0 +1,40 @@
+*****************
+SAT version 5.5.0
+*****************
+
+Release Notes, May 2020
+=======================
+
+
+New features and improvements
+-----------------------------
+
+
+**Checking of system dependencies**
+
+SALOME depends upon some system prerequisites. Recent examples are tbb and openssl. For these products SALOME made the choice not to embedd the prerequisite, but
+to rely on the system version. 
+SAT has now the capacity to check for the system dependencies in two ways:
+
+* **sat prepare** command will return an error if system prerequisites are not installed.
+* **sat config** has now an option **--check_system** that list all the system prerequisites with their status.
+
+
+
+
+Change log
+----------
+
+This chapter does not provide the complete set of changes included, only the
+most significant changes are listed.
+
+
++-------------+-----------------------------------------------------------------------------------+
+| Artifact    | Description                                                                       |
++=============+===================================================================================+
+| sat #18501  | mauvaise gestion de la fonctionnalité rm_products dans les archives               |
++-------------+-----------------------------------------------------------------------------------+
+|             |                                                                                   |
++-------------+-----------------------------------------------------------------------------------+
+|             |                                                                                   |
++-------------+-----------------------------------------------------------------------------------+