omniORBpy : '4.2.5'
opencv : '3.2.0'
openmpi : '3.1.6' # current version of hdf5 is not compatible with openmpi 4, if compiled with MPI support
- openturns: {tag : '1.21', section: 'version_1_21_CO7', hpc : 'yes'}
+ openturns: {tag : '1.22', section: 'version_1_22', hpc : 'yes'}
openVKL: '0.11.0'
ospray : '2.4.0'
packaging : '17.1'
omniORBpy : '4.2.5'
opencv : '3.2.0'
openmpi : '4.0.3'
- openturns: '1.21'
+ openturns: '1.22'
openVKL: '0.11.0'
ospray : '2.4.0'
packaging : '17.1'
{
__condition__ : "VARS.dist in ['CO7']"
'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_CO7' }
}
{
__condition__ : "VARS.dist in ['CO8']"
'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr', 'zeromq']
'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_CO8' } # spns #29324
'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
- 'APPLICATION.products.openturns': {tag: '1.21', base: 'no', section: 'version_1_21_CO8' }
- }
- {
- __condition__ : "VARS.dist in ['DB09']"
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_DB09' }
}
{
__condition__ : "VARS.dist in ['DB10']"
opencv : 'native'
openmpi: 'native'
openVKL : '0.11.0'
- openturns: '1.21'
+ openturns: '1.22'
ospray : '2.4.0'
packaging : 'native'
packagespy : '74152cd'
'APPLICATION.products.tbb' : '2021.9.0'
'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_DB12' }
'APPLICATION.products.nlopt' : '2.5.0'
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_DB12' }
'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_DB12', hpc: 'yes' }
}
{
'APPLICATION.products.statsmodels' : {tag: '0.6.1', base: 'no', section: 'version_0_6_1_no_pip' }
'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_CO8' } # spns #29324
'APPLICATION.products.swig' : '4.0.2'
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_RO8' }
}
{
__condition__ : "VARS.dist in ['CO9']"
openblas : '0.3.23'
opencv : '3.2.0'
openVKL: '0.11.0'
- openturns: '1.21'
+ openturns: '1.22'
ospray : '2.4.0'
packaging : '19.0'
pandas : '0.25.2'
omniORBpy : '4.2.5'
opencv : '3.2.0'
openmpi : '4.0.3'
- openturns: '1.21'
+ openturns: '1.22'
openVKL: '0.11.0'
ospray : '2.4.0'
packaging : '17.1'
{
__condition__ : "VARS.dist in ['CO7']"
'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_CO7' }
}
{
__condition__ : "VARS.dist in ['CO8']"
'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr', 'zeromq']
'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_CO8' } # spns #29324
'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_CO8' }
}
{
__condition__ : "VARS.dist in ['DB10']"
}
{
__condition__ : "VARS.dist in ['DB09']"
- 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_DB09' }
'APPLICATION.products.MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
}
{
opt_depend : []
}
+version_1_22 :
+{
+ compil_script : "openturns-1.22.sh"
+ patches : []
+ depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI', 'boost']
+ opt_depend : ['pandas', 'statsmodels', 'patsy']
+}
+
+version_1_22_win :
+{
+ name : "OT"
+ compil_script : "openturns-1.22.bat"
+ source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + 'openturns'
+ build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+ depend : ['Python', 'openblas', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'fftw']
+ opt_depend : ['pandas', 'statsmodels', 'patsy']
+ patches : []
+ properties :
+ {
+ single_install_dir : "no"
+ incremental : "yes"
+ }
+}
+
version_1_21 :
{
compil_script : "openturns-1.21.sh"