| 3859925b | 22-Mar-2021 |
Alexei Colin <acolin@isi.edu> |
config: mpi4py: remove code duplication in install path
Factor the path expression into installLibPath variable and use that variable in all places.
Also, remove unused `pp` variable.
Signed-off-b
config: mpi4py: remove code duplication in install path
Factor the path expression into installLibPath variable and use that variable in all places.
Also, remove unused `pp` variable.
Signed-off-by: Alexei Colin <acolin@isi.edu>
show more ...
|
| 04ac29bc | 20-Mar-2021 |
Alexei Colin <acolin@isi.edu> |
config: petsc4py: honor DESTDIR make var
Top-level makefile honors destination directory (which is a path where files are to be staged, orthogonal to the prefix path). The destination path is specif
config: petsc4py: honor DESTDIR make var
Top-level makefile honors destination directory (which is a path where files are to be staged, orthogonal to the prefix path). The destination path is specified via DESTDIR variable: `make DESTDIR=foo install`.
But, before this commit, the makefile target `petsc4py-install` did not honor DESTDIR and ends up staging files into /, which created counter-intuitive behavior that's hard to work around in packaging scripts.
If DESTDIR is not set, then installation command is unchanged, exactly as it was before this commit.
Signed-off-by: Alexei Colin <acolin@isi.edu>
show more ...
|
| a459f123 | 20-Mar-2021 |
Alexei Colin <acolin@isi.edu> |
config: petsc4py: remove code duplication in install path
Factor the path expression into installLibPath variable and use that variable in all places.
Also, remove unused `pp` variable.
Signed-off
config: petsc4py: remove code duplication in install path
Factor the path expression into installLibPath variable and use that variable in all places.
Also, remove unused `pp` variable.
Signed-off-by: Alexei Colin <acolin@isi.edu>
show more ...
|