[cig-commits] [commit] master: Update PETSc configure options for v2.0.0. (c94f7af)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 12:49:53 PDT 2014


Repository : ssh://geoshell/pylith_installer

On branch  : master
Link       : https://github.com/geodynamics/pylith_installer/compare/11494fc75af727cb0de2371b4edfc47baac88c6e...d6d0751f5621d01c3794df36a7034224e60c1fcd

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

commit c94f7af5825f8dc927b81928d65d101ac6f89f94
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Apr 9 12:49:01 2014 -0700

    Update PETSc configure options for v2.0.0.


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

c94f7af5825f8dc927b81928d65d101ac6f89f94
 Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3641eb2..0819a73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -715,12 +715,10 @@ endif
 	cd petsc-pylith && \
 		./configure --prefix=$(prefix) \
 			--with-c2html=0 --with-x=0 \
-			--with-clanguage=C++ \
+			--with-clanguage=C \
 			--with-mpicompilers=1 \
 			--with-debugging=0 \
 			--with-shared-libraries=1 \
-			--with-sieve=1 \
-			--download-boost=1 \
 			$(petsc_options) $(env_flags) \
 			PETSC_DIR=$(abs_builddir) PETSC_ARCH=$(PETSC_ARCH) ; \
 		make $(petsc_build_options) PETSC_DIR=$(abs_builddir) PETSC_ARCH=$(PETSC_ARCH) && \



More information about the CIG-COMMITS mailing list