[cig-commits] [commit] v1.9-stable: Revert PETSc version to 3.4.1. (e7b73df)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Sep 26 10:41:52 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : v1.9-stable
Link       : https://github.com/geodynamics/pylith/compare/e2ddb4053f7e0864324df572d08f512042d3ccac...c2a88869cb239d8c08e52d03e4b932fcf6279e95

>---------------------------------------------------------------

commit e7b73dfb73247adb2e2e5b38a13fee402e295c9d
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Sep 26 10:43:07 2013 -0700

    Revert PETSc version to 3.4.1.
    
    PETSc master/next removed Sieve so v1.9-stable requires PETSc v3.4.1.


>---------------------------------------------------------------

e7b73dfb73247adb2e2e5b38a13fee402e295c9d
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ebd7b17..c5b6e6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ AC_LANG(C++)
 #CIT_CHECK_LIB_MPI
 
 # PETSC
-CIT_PATH_PETSC([3.4.2])
+CIT_PATH_PETSC([3.4.1])
 CIT_HEADER_PETSC
 CIT_CHECK_LIB_PETSC
 CIT_CHECK_LIB_PETSC_SIEVE



More information about the CIG-COMMITS mailing list