X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fopenturns.pyconf;h=370ed39c85a112b4a34483c31469e7ffb2bc0386;hb=a5b5db0e92441764ce99bbface7b2adbbb63e52d;hp=4cff406f9b7b5023c097f265ce3f86cb2cd53644;hpb=987af00509c6844d37b8e122a908965d1f705c56;p=tools%2Fsat_salome.git diff --git a/products/openturns.pyconf b/products/openturns.pyconf index 4cff406..370ed39 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -1,6 +1,6 @@ default : { - name : "OT" + name : "openturns" build_source : "script" compil_script : $name + $VARS.scriptExtension get_source : "archive" @@ -35,14 +35,39 @@ default_win : opt_depend : [] } -version_1_16 : +version_1_18 : { - compil_script : "openturns-1.16" + $VARS.scriptExtension - patches : ['openturns-1.16.0001.patch','openturns-1.16.0002.patch'] + 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_16_win : +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 : [] } @@ -73,3 +98,14 @@ version_1_17_win : 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 : [] +}