Salome HOME
spns #26662 SOLVERLAB: mise à jour + mpi4py
[tools/sat_salome.git] / products / petsc.pyconf
1 default :
2 {
3     name : "petsc"
4     build_source : "script"
5     compil_script :  $name + ".sh"
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ["hdf5"]
12     opt_depend : ["openmpi", "mpi4py"]
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
15     install_dir : 'base'
16     patches : []
17     properties:
18     {
19       incremental : "yes"
20     }
21 }
22
23 version_3_16_0 :
24 {
25     compil_script :  "petsc-3.16.0.sh"
26     depend : ["hdf5", "Python"]
27 }
28
29 version_3_15_0 :
30 {
31     compil_script :  "petsc-3.15.0.sh"
32 }