[cig-commits] r19274 - in short/3D/PyLith/branches/v1.6-stable/modulesrc: bc faults feassemble friction materials meshio mpi problems topology

brad at geodynamics.org brad at geodynamics.org
Tue Dec 6 15:11:42 PST 2011


Author: brad
Date: 2011-12-06 15:11:41 -0800 (Tue, 06 Dec 2011)
New Revision: 19274

Modified:
   short/3D/PyLith/branches/v1.6-stable/modulesrc/bc/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/faults/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/feassemble/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/friction/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/materials/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/meshio/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/mpi/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/problems/Makefile.am
   short/3D/PyLith/branches/v1.6-stable/modulesrc/topology/Makefile.am
Log:
Fixed typo in module Makefile.am files (PETSC_LIBS -> PETSC_LIB).

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/bc/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/bc/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/bc/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -51,7 +51,7 @@
 _bcmodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _bcmodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/faults/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/faults/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/faults/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -54,7 +54,7 @@
 _faultsmodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _faultsmodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/feassemble/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/feassemble/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -63,7 +63,7 @@
 _feassemblemodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _feassemblemodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/friction/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/friction/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/friction/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -47,7 +47,7 @@
 _frictionmodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _frictionmodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/materials/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/materials/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/materials/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -57,7 +57,7 @@
 _materialsmodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _materialsmodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/meshio/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/meshio/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -51,7 +51,7 @@
 _meshiomodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _meshiomodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/mpi/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/mpi/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/mpi/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -40,7 +40,7 @@
 _mpimodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if NO_UNDEFINED
 _mpimodule_la_LIBADD += \
 	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/problems/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/problems/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/problems/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -46,7 +46,7 @@
 _problemsmodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if ENABLE_CUBIT
   _problemsmodule_la_LIBADD += -lnetcdf_c++ -lnetcdf
 endif

Modified: short/3D/PyLith/branches/v1.6-stable/modulesrc/topology/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/modulesrc/topology/Makefile.am	2011-12-06 15:40:57 UTC (rev 19273)
+++ short/3D/PyLith/branches/v1.6-stable/modulesrc/topology/Makefile.am	2011-12-06 23:11:41 UTC (rev 19274)
@@ -50,7 +50,7 @@
 _topologymodule_la_LIBADD = \
 	$(top_builddir)/libsrc/pylith/libpylith.la \
 	-lspatialdata \
-	$(PETSC_LIBS)
+	$(PETSC_LIB)
 if NO_UNDEFINED
 _topologymodule_la_LIBADD += \
 	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)



More information about the CIG-COMMITS mailing list