'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' }
'APPLICATION.products.root' : {tag: '6.22.02', base: 'no', section: 'version_6_22_02_UB22_04' }
'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04' }
+ 'APPLICATION.products.openturns' : {tag: '1.19', base: 'no', section: 'version_1_19_UB22_04' }
}
{
# DB10:
'APPLICATION.products.Sphinx' : {tag: '1.7.6', base: 'no', section: 'version_1_7_6_no_pip' }
'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD32' } # spns #29324
'APPLICATION.products.StaticMeshPlugin' : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_FD32' }
+ 'APPLICATION.products.openturns' : {tag: '1.19', base: 'no', section: 'version_1_19_FD32' }
}
{
__condition__ : "VARS.dist in ['FD34']"
'APPLICATION.products.root' : {tag:'6.22.02', base: 'no', section: 'version_6_22_02_FD34' }
'APPLICATION.products.gdal' : {tag:'2.4.0', base: 'no', section: 'version_2_4_0_FD34' } # spns #29324
'APPLICATION.products.StaticMeshPlugin' : {tag:'5.11.0', base: 'no', section: 'version_5_11_0_FD34' }
+ 'APPLICATION.products.openturns' : {tag: '1.19', base: 'no', section: 'version_1_19_FD34' }
}
{
__condition__ : "VARS.dist in ['FD36']"
patches : []
}
+version_1_19_UB22_04 :
+{
+ compil_script : "openturns-1.19" + $VARS.scriptExtension
+ patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch', 'openturns-1.19.0004.patch']
+ depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+ opt_depend : ['pandas', 'statsmodels']
+}
+
version_1_19_UB20_04 :
{
compil_script : "openturns-1.19" + $VARS.scriptExtension
opt_depend : ['pandas', 'statsmodels']
}
+version_1_19_FD36 :
+{
+ compil_script : "openturns-1.19" + $VARS.scriptExtension
+ patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch']
+ depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+ opt_depend : ['pandas', 'statsmodels']
+}
+
+version_1_19_FD34 :
+{
+ compil_script : "openturns-1.19" + $VARS.scriptExtension
+ patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.patch']
+ depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI']
+ opt_depend : ['pandas', 'statsmodels']
+}
+
+version_1_19_FD32 :
+{
+ compil_script : "openturns-1.19" + $VARS.scriptExtension
+ patches : ['openturns-1.19.0001.patch', 'openturns-1.19.0003.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
--- /dev/null
+--- openturns-1.19_ref/otfmi-0.15/setup.py 2022-09-19 09:58:00.000000000 +0200
++++ openturns-1.19_new/otfmi-0.15/setup.py 2022-10-12 10:43:27.094002087 +0200
+@@ -64,7 +64,7 @@
+ # https://packaging.python.org/en/latest/requirements.html
+ install_requires=['numpy',
+ 'pyfmi>=2.6',
+- 'dill'],
++ 'dill==0.3.4'],
+
+ # List additional groups of dependencies here (e.g. development
+ # dependencies). You can install these using the following syntax,