{
#
__condition__ : "VARS.dist in ['UB20.04', 'CO8', 'FD32']"
- 'APPLICATION.products.ParaView' : {tag: '5.9.0', base : 'no', section: 'version_5_9_0_CO8_FD32_UB20_0_4'}
+ 'APPLICATION.products.ParaView' : {tag: '5.9.0', base: 'no', section: 'version_5_9_0_CO8_FD32_UB20_0_4'}
}
{
# On DB10, ParaView fails to find xmlpatterns executable : ParaViewClient.cmake try to find it
# CentOS 8 repositories don't include sphinxintl package which must be installed through pip.
# To avoid its missing (system_info pyconf key doesn't handle this use case), we embed it.
__condition__ : "VARS.dist in ['CO8']"
- 'APPLICATION.products.sphinxintl' : {tag: '0.9.10', base : 'no', section : 'version_0_9_10_no_pip'}
+ 'APPLICATION.products.sphinxintl' : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip'}
'APPLICATION.products.cmake' : '3.12.1'
}
+ {
+ __condition__ : "VARS.dist in ['FD32']"
+ 'APPLICATION.products.PyFMI' : {tag:'2.5', base: 'no', section: 'version_2_5_no_pip'}
+ 'APPLICATION.products.openturns' : {tag:'1.17', base: 'no', section: 'version_1_17_FD32' }
+ }
{
# FD 34 qt5 package is qt5-qtbase-devel.
__condition__ : "VARS.dist in ['FD34']"
'APPLICATION.products.omniORB' : '4.2.4'
'APPLICATION.products.omniORBpy': '4.2.4'
- 'APPLICATION.products.PyFMI' : {tag: '2.5', base: 'no', section: 'version_2_5_no_pip'}
- 'APPLICATION.products.root' : {tag:'6.22.02', base : 'no', section : 'version_6_22_02_FD34'}
- }
- {
- __condition__ : "VARS.dist in ['FD32']"
- 'APPLICATION.products.PyFMI' : {tag:'2.5', base: 'no', section : 'version_2_5_no_pip'}
+ 'APPLICATION.products.PyFMI' : {tag: '2.5', base: 'no', section: 'version_2_5_no_pip' }
+ 'APPLICATION.products.root' : {tag:'6.22.02', base: 'no', section: 'version_6_22_02_FD34'}
}
{
__condition__ : "VARS.dist in ['DB10', 'UB20.04']"
'APPLICATION.products.cminpack': 'native'
- 'APPLICATION.products.PyFMI' : {tag:'2.5', base : 'no', section : 'version_2_5_no_pip'}
+ 'APPLICATION.products.PyFMI' : {tag:'2.5', base: 'no', section: 'version_2_5_no_pip'}
}
{
__condition__ : "VARS.dist in ['CO8']"
'APPLICATION.products.cminpack' : '1.3.6'
- 'APPLICATION.products.PyFMI' : {tag:'2.5', base : 'no', section : 'version_2_5_no_pip'}
- 'APPLICATION.products.statsmodels' : {tag:'0.6.1', base : 'no', section : 'version_0_6_1_no_pip'}
+ 'APPLICATION.products.PyFMI' : {tag:'2.5', base: 'no', section: 'version_2_5_no_pip' }
+ 'APPLICATION.products.statsmodels' : {tag:'0.6.1', base : 'no', section: 'version_0_6_1_no_pip'}
}
]
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 :