From: Guytri KASTANE Date: Tue, 17 Oct 2023 07:35:19 +0000 (+0200) Subject: PYCONF modified for CO9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d8b4a6919d36514ecf290caa1e22dc7fef5036d;p=tools%2Fsat_salome.git PYCONF modified for CO9 --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 50eac83..f343762 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -11,7 +11,7 @@ APPLICATION : debug : 'no' base : 'no' python3 : 'yes' - platform : ["FD32", "FD34", "FD36", "FD37", "FD38", "CO8", "DB10", "DB11", "UB20.04", "UB22.04"] + platform : ["FD32", "FD34", "FD36", "FD37", "FD38", "CO8", "CO9", "DB10", "DB11", "UB20.04", "UB22.04"] environ : { build : @@ -265,6 +265,25 @@ __overwrite__ : 'APPLICATION.products.swig' : '4.0.2' 'APPLICATION.products.openturns' : {tag: '1.21', base: 'no', section: 'version_1_21_RO8' } } + { + __condition__ : "VARS.dist in ['CO9']" + 'APPLICATION.products.cminpack' : '1.3.6' + 'APPLICATION.products.qt' : '5.12.10' + 'APPLICATION.products.qwt' : '6.1.2' + 'APPLICATION.products.PyQt' : '5.15.3' + 'APPLICATION.products.sip' : '5.5.0' + 'APPLICATION.products.swig' : '4.0.2' + 'APPLICATION.products.opencv' : '3.2.0' + 'APPLICATION.products.openmpi' : '4.1.5' + 'APPLICATION.products.sphinxintl' : {tag: '0.9.10', base: 'no', section: 'version_0_9_10_no_pip' } + 'APPLICATION.products.PyFMI' : {tag: '2.6', base: 'no', section: 'version_2_6_no_pip' } + 'APPLICATION.products.numpydoc' : {tag: '0.9.0', base: 'no', section: 'version_0_9_0_no_pip' } + 'APPLICATION.products.pandas' : {tag: '1.1.5', base: 'no', section: 'version_1_1_5_no_pip' } + 'APPLICATION.products.statsmodels' : {tag: '0.6.1', base: 'no', section: 'version_0_6_1_no_pip' } + 'APPLICATION.products.openturns' : {tag: '1.20.1', base: 'no', section: 'version_1_20_1_CO8' } + 'APPLICATION.products.nose' : {tag: '1.3.7', base: 'no', section: 'version_1_3_7_no_pip' } + 'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO9', hpc: 'yes'} + } { __condition__ : "VARS.dist in ['FD32']" 'APPLICATION.products.opencv' : '3.2.0' diff --git a/products/ParaView.pyconf b/products/ParaView.pyconf index cf5746a..7ab15e0 100755 --- a/products/ParaView.pyconf +++ b/products/ParaView.pyconf @@ -431,6 +431,31 @@ version_5_11_0_MPI_DB10 : opt_depend : ['openmpi', 'ospray','tbb', 'openturns', 'gdal', 'netcdf', 'catalyst'] } +version_5_11_0_MPI_CO9 : +{ + compil_script : 'ParaView-5.11.0.sh' + archive_info : {archive_name : "ParaView-5.11.0.tar.gz"} + patches : ['paraview-5.11.0.p001-FindCGNS.patch', + 'paraview-5.11.0.p002-FindMPI.patch', + 'paraview-5.11.0.p003-ParaViewClient.patch', + 'paraview-5.11.0.p006-GIL.patch' + ] + depend : [ + 'Python', + 'hdf5', + 'qt', + 'PyQt', + 'sip', + 'boost', + 'libxml2', + 'freetype', + 'matplotlib', + 'cgns', + 'Pygments' + ] + opt_depend : ['openmpi', 'ospray','tbb', 'openturns', 'gdal', 'netcdf', 'catalyst'] +} + version_5_11_0_MPI_CO8 : { compil_script : 'ParaView-5.11.0.sh' diff --git a/products/YACS.pyconf b/products/YACS.pyconf index 0f4d219..61576a2 100644 --- a/products/YACS.pyconf +++ b/products/YACS.pyconf @@ -47,6 +47,11 @@ default : patches : [] } +default_CO9 : +{ + cmake_options : " -DSALOME_YACS_USE_EMBEDDED_PMML=OFF -DQT_HELP_GENERATOR=${QT5_ROOT_DIR}/bin/qhelpgenerator -DQt5LinguistTools_DIR=${QT5_ROOT_DIR}/lib/cmake/Qt5LinguistTools" +} + version_V9_11_0_FD38 : { patches : ['YACS_FD38.patch'] diff --git a/products/nose.pyconf b/products/nose.pyconf index a2d0bae..292cf85 100644 --- a/products/nose.pyconf +++ b/products/nose.pyconf @@ -29,3 +29,17 @@ default : pip : "yes" } } + +version_1_3_7_no_pip : +{ + compil_script : "nose-1.3.7.sh" + archive_info: + { + archive_name : nose-1.3.7.tar.gz + } + properties: + { + incremental : "yes" + pip : "no" + } +} diff --git a/products/numpydoc.pyconf b/products/numpydoc.pyconf index 79874de..430a24e 100644 --- a/products/numpydoc.pyconf +++ b/products/numpydoc.pyconf @@ -29,3 +29,17 @@ default : pip : "yes" } } + +version_0_9_0_no_pip : +{ + compil_script : "numpydoc-0.9.0.sh" + archive_info: + { + archive_name : "numpydoc-0.9.0.tar.gz" + } + properties: + { + incremental : "yes" + pip : "no" + } +} diff --git a/products/openturns.pyconf b/products/openturns.pyconf index 750c799..b796e68 100644 --- a/products/openturns.pyconf +++ b/products/openturns.pyconf @@ -148,6 +148,14 @@ version_1_20_1_DB09 : opt_depend : ['pandas', 'statsmodels'] } +version_1_20_1_CO9 : +{ + compil_script : "openturns-1.20.1" + $VARS.scriptExtension + patches : ['openturns-1.20.1.0001.patch', 'openturns-cblas-CO9.patch'] + depend : ['Python', 'lapack', 'hdf5', 'tbb', 'nlopt', 'libxml2', 'eigen', 'matplotlib', 'cminpack', 'FMILibrary', 'PyFMI'] + opt_depend : ['pandas', 'statsmodels'] +} + version_1_20_1_CO8 : { compil_script : "openturns-1.20.1" + $VARS.scriptExtension diff --git a/products/pandas.pyconf b/products/pandas.pyconf index 67a7b8a..2b4c212 100644 --- a/products/pandas.pyconf +++ b/products/pandas.pyconf @@ -25,3 +25,13 @@ default : pip : "yes" } } + +version_1_1_5_no_pip : +{ + compil_script : "pandas-1.1.5.sh" + properties: + { + incremental : "yes" + pip : "no" + } +}