X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fopenturns.pyconf;h=2e966050e43034919cddf29ed80772958bd1ef5d;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=3c617341949bb6426c030541889d321c5675eba6;hpb=344f7a595232e2fe0bc5bda446be13dbf84f680c;p=tools%2Fsat_salome.git diff --git a/products/openturns.pyconf b/products/openturns.pyconf index 3c61734..2e96605 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -6,7 +6,7 @@ default : get_source : "archive" environ : { - env_script : $name + ".py" + env_script : "openturns.py" } depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib'] build_depend : ["cmake", "swig"] @@ -35,14 +35,67 @@ default_win : opt_depend : [] } -version_1_16 : +version_1_19 : { - compil_script : "openturns-1.16" + $VARS.scriptExtension - patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch'] + compil_script : "openturns-1.19" + $VARS.scriptExtension + patches : ['openturns-1.19.0001.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] } -version_1_16_win : +version_1_19_win : +{ + properties : + { + incremental : "yes" + pip : "yes" + } + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil'] + opt_depend : [] + patches : [] +} + +version_1_19_UB20_04 : +{ + compil_script : "openturns-1.19" + $VARS.scriptExtension + patches : ['openturns-1.19.0002.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] +} + +version_1_18 : +{ + compil_script : "openturns-1.18" + $VARS.scriptExtension + patches : ['openturns-1.18.0001.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] +} + +version_1_18_FD34 : +{ + compil_script : "openturns-1.18" + $VARS.scriptExtension + patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] +} + +version_1_18_FD32 : +{ + compil_script : "openturns-1.18" + $VARS.scriptExtension + patches : ['openturns-1.18.0001.patch', 'openturns-1.18.0002.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] +} + +version_1_18_win : { + properties : + { + incremental : "yes" + pip : "yes" + } + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads', 'dill', 'psutil'] + opt_depend : [] patches : [] } @@ -54,7 +107,33 @@ version_1_17 : opt_depend : ['pandas', 'statsmodels'] } +version_1_17_FD32 : +{ + compil_script : "openturns-1.17" + $VARS.scriptExtension + patches : ['openturns-1.17.0001.patch', 'openturns-1.17.0002.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] +} + version_1_17_win : +{ + properties : + { + incremental : "yes" + pip : "yes" + } + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'pthreads'] + opt_depend : [] + patches : [] +} + +version_1_16 : +{ + compil_script : "openturns-1.16" + $VARS.scriptExtension + patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch'] +} + +version_1_16_win : { patches : [] }