[petsc-users] PETSc with MUMPS

Satish Balay balay at mcs.anl.gov
Wed Dec 9 15:35:03 CST 2020


On Wed, 9 Dec 2020, Satish Balay via petsc-users wrote:

> Its best to reinstall brew (packages) and retry.

And here is one way to do this:

1. Make list of pkgs to reinstall

brew leaves > reinstall.lst

2. delete all installed brew packages.

brew cleanup
brew list > delete.lst
brew remove `cat delete.lst`

3. Now reinstall all required packages
brew update
brew install `cat reinstall.lst`


Satish


More information about the petsc-users mailing list