Closed baagaard-usgs closed 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.
make install
make check
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.
installed_petsc
build_petsc
petsc
make build_petsc
PETSc does not get installed correctly when using the v3.0.3-0 installer.
make install
andmake check
are not getting run.The fix is to have the
installed_petsc
target make bothbuild_petsc
andpetsc
rather than havingmake build_petsc
as part of thepetsc
target.