default : { name : "SOLVERLAB" build_source : "script" compil_script : $name + ".sh" get_source : "git" git_info: { repositories : { tuleap : $PROJECTS.projects.salome.git_info.git_server.tuleap.url + "salome/solverlab.git" github : $PROJECTS.projects.salome.git_info.git_server.github.url + "solverlab.git" gitpub : $PROJECTS.projects.salome.git_info.git_server.gitpub.url + "modules/solverlab.git" } } environ : { SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "solverlab" env_script : $name + ".py" } depend : [ 'hdf5', 'matplotlib', 'medfile', 'numpy', 'ParaView', 'petsc', 'Python', 'KERNEL', 'GUI', 'MEDCOUPLING' ] build_depend : ["cmake", "swig", "doxygen", "graphviz","cppunit"] opt_depend : ['packagespy'] # mscgen source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name nb_proc : 1 properties: { is_SALOME_module : "yes" incremental : "yes" } patches: [] } default_MPI : { depend : [ 'hdf5', 'matplotlib', 'medfile', 'numpy', 'ParaView', 'petsc', 'Python', 'KERNEL', 'GUI', 'MEDCOUPLING', 'openmpi' ] opt_depend : ['mpi4py'] } version_V9_12_0_DB12 : { patches : ['SOLVERLAB-V9_12_0-numpy-1.20.-np.float.patch'] } version_V9_10_0 : { properties: { is_SALOME_module : "yes" incremental : "yes" has_salome_gui : "yes" } } version_V9_10_0_MPI : { depend : [ 'hdf5', 'matplotlib', 'medfile', 'numpy', 'ParaView', 'petsc', 'Python', 'KERNEL', 'GUI', 'MEDCOUPLING', 'openmpi' ] opt_depend : ['mpi4py'] properties: { is_SALOME_module : "yes" incremental : "yes" has_salome_gui : "yes" } } version_V9_9_0 : { properties: { is_SALOME_module : "yes" incremental : "yes" has_salome_gui : "yes" } } version_V9_9_0_MPI : { depend : [ 'hdf5', 'matplotlib', 'medfile', 'numpy', 'ParaView', 'petsc', 'Python', 'KERNEL', 'GUI', 'MEDCOUPLING', 'openmpi' ] opt_depend : ['mpi4py'] properties: { is_SALOME_module : "yes" incremental : "yes" has_salome_gui : "yes" } } version_V9_8_0 : { properties: { is_SALOME_module : "yes" incremental : "yes" has_salome_gui : "yes" } }