[cig-commits] r13935 - in short/3D/PyLith/branches/pylith-swig/modulesrc: mpi topology

brad at geodynamics.org brad at geodynamics.org
Fri Jan 23 16:20:23 PST 2009


Author: brad
Date: 2009-01-23 16:20:23 -0800 (Fri, 23 Jan 2009)
New Revision: 13935

Modified:
   short/3D/PyLith/branches/pylith-swig/modulesrc/mpi/Makefile.am
   short/3D/PyLith/branches/pylith-swig/modulesrc/topology/Makefile.am
Log:
Removed superfluous lines.

Modified: short/3D/PyLith/branches/pylith-swig/modulesrc/mpi/Makefile.am
===================================================================
--- short/3D/PyLith/branches/pylith-swig/modulesrc/mpi/Makefile.am	2009-01-23 18:25:26 UTC (rev 13934)
+++ short/3D/PyLith/branches/pylith-swig/modulesrc/mpi/Makefile.am	2009-01-24 00:20:23 UTC (rev 13935)
@@ -34,9 +34,6 @@
 	$(top_builddir)/libsrc/libpylith.la \
 	-lspatialdata \
 	$(PETSC_LIBS)
-if ENABLE_CUBIT
-  _mpimodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
-endif
 if NO_UNDEFINED
 _mpimodule_la_LIBADD += \
 	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)

Modified: short/3D/PyLith/branches/pylith-swig/modulesrc/topology/Makefile.am
===================================================================
--- short/3D/PyLith/branches/pylith-swig/modulesrc/topology/Makefile.am	2009-01-23 18:25:26 UTC (rev 13934)
+++ short/3D/PyLith/branches/pylith-swig/modulesrc/topology/Makefile.am	2009-01-24 00:20:23 UTC (rev 13935)
@@ -35,9 +35,6 @@
 	$(top_builddir)/libsrc/libpylith.la \
 	-lspatialdata \
 	$(PETSC_LIBS)
-if ENABLE_CUBIT
-  _topologymodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
-endif
 if NO_UNDEFINED
 _topologymodule_la_LIBADD += \
 	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)



More information about the CIG-COMMITS mailing list