Salome HOME
MEDCOUPLING: boost 1.71 on Ubuntu F36 & FD37
[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     post_script: "fix_permissions.sh"
22 }
23
24 version_3_17_0 :
25 {
26     compil_script :  "petsc-3.17.0.sh"
27     depend : ["hdf5", "Python", "lapack"]
28     patches: ['petsc-3.17-mpi4py.patch']
29 }
30
31 version_3_16_0 :
32 {
33     compil_script :  "petsc-3.16.0.sh"
34     depend : ["hdf5", "Python"]
35     patches: ['petsc-3.16-mpi4py.patch']
36 }
37
38 version_3_15_0 :
39 {
40     compil_script :  "petsc-3.15.0.sh"
41 }