[cig-commits] r5750 - cs/autoconf/trunk

leif at geodynamics.org leif at geodynamics.org
Tue Jan 9 19:08:39 PST 2007


Author: leif
Date: 2007-01-09 19:08:39 -0800 (Tue, 09 Jan 2007)
New Revision: 5750

Modified:
   cs/autoconf/trunk/cit_petsc.m4
Log:
Read additional variables from 'petscconf' -- most importantly,
CXX.


Modified: cs/autoconf/trunk/cit_petsc.m4
===================================================================
--- cs/autoconf/trunk/cit_petsc.m4	2007-01-10 02:28:42 UTC (rev 5749)
+++ cs/autoconf/trunk/cit_petsc.m4	2007-01-10 03:08:39 UTC (rev 5750)
@@ -71,8 +71,12 @@
     'PETSC_FORTRAN_LIB',
 
     'CC',
+    'CXX',
     'FC',
 
+    'MPI_LIB',
+    'MPI_INCLUDE',
+
     'SIEVE_FLAGS',
 )
 
@@ -111,7 +115,10 @@
 AC_SUBST([PETSC_LIB])
 AC_SUBST([PETSC_FORTRAN_LIB])
 AC_SUBST([PETSC_CC])
+AC_SUBST([PETSC_CXX])
 AC_SUBST([PETSC_FC])
+AC_SUBST([PETSC_MPI_LIB])
+AC_SUBST([PETSC_MPI_INCLUDE])
 AC_SUBST([PETSC_SIEVE_FLAGS])
 ])dnl CIT_PATH_PETSC
 



More information about the cig-commits mailing list