Victor,
> -- Could not find a sufficiently modern PETSc installation: Version >=3.3.0 > required! > -- DEAL_II_WITH_PETSC has unmet external dependencies. > CMake Error at cmake/configure/configure_3_petsc.cmake:122 (MESSAGE): > > > Could not find the petsc library! > > Could not find a sufficiently modern PETSc installation: Version >=3.3.0 > required! We had a bug in our cmake scripts whereby we only checked for versions x.y.z but not x.yy.z. If you're building 9.0, then try 9.0.1 which was released a couple of days ago and has the patch. The master branch from github also has the requisite patch. Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
