From: nghodban Date: Sun, 6 Dec 2020 13:23:17 +0000 (+0100) Subject: spns #20440 intégration des filtres PARAVIS EDF X-Git-Tag: V9_7_0~203 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1fe99c10283ff9ac37beeae48667d3f118eac958;p=tools%2Fsat_salome.git spns #20440 intégration des filtres PARAVIS EDF --- diff --git a/products/PARAVISADDONS.pyconf b/products/PARAVISADDONS.pyconf new file mode 100644 index 0000000..1d1d452 --- /dev/null +++ b/products/PARAVISADDONS.pyconf @@ -0,0 +1,84 @@ +#!/usr/bin/env python +#-*- coding:utf-8 -*- + + default : + { + name : 'PARAVISADDONS' + build_source : 'cmake' + cmake_options : '' + get_source : "archive" + archive_info : + { + archive_name : 'PARAVISADDONS.tgz' + } + git_info : + { + repo : $PROJECTS.projects.salome.git_info.default_git_server + 'modules/paravisaddons.git' + repo_dev : $PROJECTS.projects.salome.git_info.default_git_server_dev + 'paravisaddons.git' + } + environ : + { + PARAVISADDONS : $install_dir + PV_PLUGIN_PATH_ : $install_dir + $VARS.sep + 'lib' + $VARS.sep + 'paraview' + } + depend : + [ + 'KERNEL' + 'GUI' + 'MEDCOUPLING' + 'PARAVIS' + 'FIELDS' + 'GEOM' + 'SMESH' + 'Python' + 'qt' + 'boost' + 'hdf5' + 'medfile' + 'ParaView' + 'CAS' + 'omniORB' + 'docutils' + 'libxml2' + 'six' + 'pytz' + ] + opt_depend : [ ] + build_depend : + [ + 'cmake' + 'swig' + 'cppunit' + ] + source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name + build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name + properties : + { + incremental : 'yes' + } + } + default_win : + { + depend : + [ + 'KERNEL' + 'GUI' + 'MEDCOUPLING' + 'FIELDS' + 'PARAVISADDONS' + 'GEOM' + 'SMESH' + 'Python' + 'qt' + 'boost' + 'hdf5' + 'medfile' + 'ParaView' + 'CAS' + 'omniORB' + 'docutils' + 'libxml2' + 'six' + 'pytz' + ] + }