| 6be774eb | 05-Apr-2021 |
Alexei Colin <acolin@isi.edu> |
petsc4py: conf: make dest_dir a parameter
This is is required for slepc4py, which derives a class from PetscConfig. DESTDIR for PETSc (already built and installed) must be distinct from DESTDIR for
petsc4py: conf: make dest_dir a parameter
This is is required for slepc4py, which derives a class from PetscConfig. DESTDIR for PETSc (already built and installed) must be distinct from DESTDIR for SLEPc (currently being built), hence the path cannot come from the environment variable unconditionally.
See: https://gitlab.com/slepc/slepc/-/merge_requests/180
Signed-off-by: Alexei Colin <acolin@isi.edu>
show more ...
|