[MOAB-dev] r1877 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Jun 5 14:35:25 CDT 2008


Author: kraftche
Date: 2008-06-05 14:35:25 -0500 (Thu, 05 Jun 2008)
New Revision: 1877

Modified:
   MOAB/trunk/configure.in
Log:
need to enable mbcoupler if mcnpmit is enabled: fixes nightly test failures

Modified: MOAB/trunk/configure.in
===================================================================
--- MOAB/trunk/configure.in	2008-06-05 19:19:34 UTC (rev 1876)
+++ MOAB/trunk/configure.in	2008-06-05 19:35:25 UTC (rev 1877)
@@ -237,19 +237,20 @@
 MB_OPTIONAL_TOOL([mbconvert],    [yes])
 MB_OPTIONAL_TOOL([hexmodops],    [yes])
 MB_OPTIONAL_TOOL([mbchaco],      [no] )
-MB_OPTIONAL_TOOL([mbcoupler],    [no] )
 MB_OPTIONAL_TOOL([mbperf],       [yes])
 MB_OPTIONAL_TOOL([qvdual],       [no] )
 MB_OPTIONAL_TOOL([mbsize],       [yes])
 MB_OPTIONAL_TOOL([mbskin],       [yes])
 MB_OPTIONAL_TOOL([mbtagprop],    [yes])
 MB_OPTIONAL_TOOL([mcnpmit],      [yes])
+MB_OPTIONAL_TOOL([mbcoupler],    [$ENABLE_mcnpmit] )
 MB_OPTIONAL_TOOL([spheredecomp], [yes])
 MB_OPTIONAL_TOOL([mbsurfplot],   [yes])
 MB_OPTIONAL_TOOL([mbzoltan],     [no] )
 MB_OPTIONAL_TOOL([dagmc],        [yes])
 
 
+
 ################################################################################
 #                           iMesh
 ################################################################################




More information about the moab-dev mailing list