Skip to content

Commit

Permalink
Merge branch 'master' of github:mdave/cmake-modules (PR 5)
Browse files Browse the repository at this point in the history
* 'master' of github:mdave/cmake-modules:
  Add additional paths for Ubuntu 14.04/Debian testing and MacPorts
  • Loading branch information
jedbrown committed Aug 3, 2014
2 parents 78e0a29 + 2d791d4 commit b573eb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FindPETSc.cmake
Expand Up @@ -72,9 +72,11 @@ find_path (PETSC_DIR include/petsc.h
HINTS ENV PETSC_DIR
PATHS
# Debian paths
/usr/lib/petscdir/3.4
/usr/lib/petscdir/3.4.2 /usr/lib/petscdir/3.4
/usr/lib/petscdir/3.3 /usr/lib/petscdir/3.2 /usr/lib/petscdir/3.1
/usr/lib/petscdir/3.0.0 /usr/lib/petscdir/2.3.3 /usr/lib/petscdir/2.3.2
# MacPorts path
/opt/local/lib/petsc
$ENV{HOME}/petsc
DOC "PETSc Directory")

Expand Down

0 comments on commit b573eb4

Please sign in to comment.