diff options
author | thierry <thierry@FreeBSD.org> | 2011-01-05 05:15:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-01-05 05:15:54 +0800 |
commit | dabf56d5c9e5f47098fd6a167a0fa163d4f9358f (patch) | |
tree | b7bbb9a7a43db044a10e67e8265e00ba817d9112 /cad/Makefile | |
parent | 2cce29c43f549d29941faa0344c623d9bf5b0a48 (diff) | |
download | freebsd-ports-gnome-dabf56d5c9e5f47098fd6a167a0fa163d4f9358f.tar.gz freebsd-ports-gnome-dabf56d5c9e5f47098fd6a167a0fa163d4f9358f.tar.zst freebsd-ports-gnome-dabf56d5c9e5f47098fd6a167a0fa163d4f9358f.zip |
SALOME is a free software that provides a generic platform for Pre
and Post-Processing for numerical simulation.
+Supports interoperability between CAD modeling and
computation software (CAD-CAE link)
+Makes easier the integration of new components on heterogeneous systems
for numerical computation
+Sets the priority to multi-physics coupling between computation software
+Provides a generic user interface, user-friendly and efficient,
which helps to reduce the costs and delays of carrying out the studies
+Reduces training time to the specific time for learning the software solution
which has been based on this platform
+All functionalities are accessible through the programmatic
integrated Python console
This package contains Job manager module.
WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com
PR: ports/152396
Submitted by: Stas Timokhin <devel at stasyan.com>
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 9ee79fcb4d03..66ad406b49de 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -76,6 +76,7 @@ SUBDIR += salome SUBDIR += salome-geom SUBDIR += salome-gui + SUBDIR += salome-jobmanager SUBDIR += salome-kernel SUBDIR += salome-light SUBDIR += salome-med |