geodynamics / pylith_installer

Installer code for PyLith.
MIT License
7 stars 8 forks source link

PETSc not built correctly with installer v3.0.3-0 #62

Closed baagaard-usgs closed 1 year ago

baagaard-usgs commented 1 year ago

PETSc does not get installed correctly when using the v3.0.3-0 installer. make install and make check are not getting run.

The fix is to have the installed_petsc target make both build_petsc and petsc rather than having make build_petsc as part of the petsc target.