[MOAB-dev] r2895 - in MOAB/trunk: . tools/dagmc

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Mon May 18 10:50:31 CDT 2009


Author: kraftche
Date: 2009-05-18 10:50:31 -0500 (Mon, 18 May 2009)
New Revision: 2895

Removed:
   MOAB/trunk/tools/dagmc/dagmc.make.in
Modified:
   MOAB/trunk/configure.ac
Log:
remove dagmc.make:  use moab.make and -ldagmc instead

Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac	2009-05-18 15:02:15 UTC (rev 2894)
+++ MOAB/trunk/configure.ac	2009-05-18 15:50:31 UTC (rev 2895)
@@ -938,7 +938,6 @@
 		 tools/mcnpmit/Makefile
                  tools/qvdual/Makefile
                  tools/dagmc/Makefile
-                 tools/dagmc/dagmc.make
                  doc/Makefile
                  doxygen/Makefile
                  ])

Deleted: MOAB/trunk/tools/dagmc/dagmc.make.in
===================================================================
--- MOAB/trunk/tools/dagmc/dagmc.make.in	2009-05-18 15:02:15 UTC (rev 2894)
+++ MOAB/trunk/tools/dagmc/dagmc.make.in	2009-05-18 15:50:31 UTC (rev 2895)
@@ -1,18 +0,0 @@
-#
-# Include this file in dagmc applications just after including
-# moab.make (in mcnpx, this is done using a @MOAB_CONFIG_OPTIONS@
-# whose value is set in the mcnpx configure script)
-#
-# To build applications with dagmc, add ${MOAB_LIBS_LINK} to the link
-# line and ${MOAB_INCLUDES} and ${MOAB_CXXFLAGS} to the default
-# C++ compile line.
-#
- at CGM_CONFIG_OPTIONS@
-
-MOAB_CPPFLAGS += -DDAGMC ${CGM_CPPFLAGS}
-MOAB_CXXFLAGS += ${CGM_CXXFLAGS} 
-MOAB_INCLUDES += ${CGM_INCLUDES}
-MOAB_LDFLAGS += ${CGM_LIBS_LTFLAGS:%=-Wl,%}
-DAGMC_LIBS_LINK = -L${MOAB_LIBDIR} -ldagmc ${MOAB_LIBS_LINK} ${CGM_LIBS_LINK}
-
-



More information about the moab-dev mailing list