Hi,
I'm trying to build version 9.0.1 from source on my Mac. I tried to build using the deal.ii terminal from the dealii-9.0.0.dmg, figuring it would be easier to configure using all the spack libraries, etc. It builds, but fails several tests when I run make test, and I can't install it.
The following tests FAILED:
7 - step-petsc.debug (Failed)
9 - lapack.debug (Failed)
10 - umfpack.debug (Failed)
13 - arpack.debug (Failed)
Errors while running CTest
I need PETSc, P4EST and MPI, but not any of the other included packages given in the .dmg distribution, so I could shut off many of those, but I will need to get it to pass the PETSC tests I assume.
I'll attach my detailed.log and quicktests.log. If anyone can suggest a next step toward diagnosing this, I would appreciate it.
Thanks,
Jonathan