Merge branch 'master' into omu/pleiade8084 (cmake support)
* master:
Fix some documentation issues
Version update: 7.4.1
Replace "runSession" calls by "salome shell".
Update documentation in "Examples"
Add a test for most of the examples.
Fixed regression when creating executable components.
Fix localhost resource in an example schema.
Build script added for every example.
Examples updated for the new API which generates modules for cmake.
Autotools replaced by cmake in generated modules.
* omu/generate_cmake:
Replace "runSession" calls by "salome shell".
Update documentation in "Examples"
Add a test for most of the examples.
Fixed regression when creating executable components.
Fix localhost resource in an example schema.
Build script added for every example.
Examples updated for the new API which generates modules for cmake.
Autotools replaced by cmake in generated modules.
Ovidiu Mircescu [Tue, 3 Jun 2014 14:05:10 +0000 (16:05 +0200)]
Remove file config.txt and remove compatibility with older ASTER versions.
The file aster_lib_config.txt (<component_name>_config.txt) is no longer
generated by YACSGEN. It is generated by YAMM during the installation
procedure of SALOME-MECA.
Only the latest version of ASTER is supported. For older versions of
ASTER, use older versions of YACSGEN.
This commit needs to be tested.
Ovidiu Mircescu [Fri, 21 Mar 2014 10:44:18 +0000 (11:44 +0100)]
Autotools replaced by cmake in generated modules.
API modifications:
- bootstrap function removed
- new way to define libs: libs=[Library(name="mylib", path="path/to/lib")]
- new way to define rlibs: rlibs="path/to/rlib"
- argument "layout" for a "Module" was removed. Using former default "multidir" behaviour now.
Status of every type of component:
ASTERComponent tested
CPPComponent tested
F77Component tested
HXX2SALOMEComponent tested
PYComponent tested
HXX2SALOMEParaComponent NOT tested
PACOComponent doesn't work
caremoli [Mon, 26 Jan 2009 10:33:54 +0000 (10:33 +0000)]
CCAR: add definition parameter "sources" to C++, F77, Python components.
It's now possible to add some files that will be copied to module source tree
and compiled (not needed for Python) and linked into component lib (see Examples
for more)