From 1fe99c10283ff9ac37beeae48667d3f118eac958 Mon Sep 17 00:00:00 2001 From: nghodban Date: Sun, 6 Dec 2020 14:23:17 +0100 Subject: [PATCH] =?utf8?q?spns=20#20440=20int=C3=A9gration=20des=20filtres?= =?utf8?q?=20PARAVIS=20EDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- products/PARAVISADDONS.pyconf | 84 +++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 products/PARAVISADDONS.pyconf 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' + ] + } -- 2.39.2