From: Eric Bavier Date: Tue, 22 Nov 2016 19:13:34 +0000 (-0600) Subject: Add petsc conf hint for petsc>=3.7 X-Git-Tag: v8.5.0-rc1~374^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3623%2Fhead;p=dealii.git Add petsc conf hint for petsc>=3.7 --- diff --git a/cmake/modules/FindPETSC.cmake b/cmake/modules/FindPETSC.cmake index 7e863550f0..cc4eb3678b 100644 --- a/cmake/modules/FindPETSC.cmake +++ b/cmake/modules/FindPETSC.cmake @@ -126,7 +126,7 @@ ENDIF() DEAL_II_FIND_FILE(PETSC_PETSCVARIABLES NAMES petscvariables HINTS ${PETSC_DIR}/${PETSC_ARCH} ${PETSC_DIR} - PATH_SUFFIXES conf + PATH_SUFFIXES conf lib/petsc/conf ) IF(NOT PETSC_PETSCVARIABLES MATCHES "-NOTFOUND")