[cig-commits] [commit] maint: Merge branch 'baagaard/update-autoconf' into maint (c3fd72c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:45:31 PST 2014


Repository : https://github.com/geodynamics/pylith

On branch  : maint
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

>---------------------------------------------------------------

commit c3fd72c6970952df47dc8ef9a322fef7ff81e269
Merge: 27f8233 cdf4794
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Aug 19 14:54:26 2014 -0700

    Merge branch 'baagaard/update-autoconf' into maint
    
    * baagaard/update-autoconf:
      Add checks for Python header file and shared library.
      Create module.am for stuff common to all Python modules.
      More cleanup for changes in automake test target.
      Add local target for verbose test running.
      Update pytest files for automake 1.13.
      Remove obsolete mesh generation test files.
      Updated Makfiles to eliminate warnings.



>---------------------------------------------------------------

c3fd72c6970952df47dc8ef9a322fef7ff81e269
 .../meshing/surface_nurbs/Makefile.am => check.am  | 10 +--
 configure.ac                                       |  5 +-
 libsrc/pylith/Makefile.am                          |  6 +-
 modulesrc/bc/Makefile.am                           |  3 +-
 modulesrc/faults/Makefile.am                       |  3 +-
 modulesrc/feassemble/Makefile.am                   |  3 +-
 modulesrc/friction/Makefile.am                     |  3 +-
 modulesrc/materials/Makefile.am                    |  3 +-
 modulesrc/meshio/Makefile.am                       |  3 +-
 examples/2d/Makefile.am => modulesrc/module.am     | 11 +--
 modulesrc/mpi/Makefile.am                          |  3 +-
 modulesrc/problems/Makefile.am                     |  3 +-
 modulesrc/topology/Makefile.am                     |  3 +-
 modulesrc/utils/Makefile.am                        |  4 +-
 subpackage.am                                      | 17 -----
 templates/friction/Makefile.am                     |  6 +-
 templates/materials/Makefile.am                    |  6 +-
 tests/topology/Makefile.am                         |  4 +-
 tests_auto/2d/quad4/Makefile.am                    |  8 +--
 tests_auto/2d/quad4/testpylith.py                  |  2 +-
 tests_auto/2d/tri3/Makefile.am                     |  8 +--
 tests_auto/2d/tri3/testpylith.py                   |  2 +-
 tests_auto/3d/hex8/Makefile.am                     |  7 +-
 tests_auto/3d/hex8/testpylith.py                   |  2 +-
 tests_auto/3d/tet4/Makefile.am                     |  7 +-
 tests_auto/3d/tet4/testpylith.py                   |  2 +-
 tests_auto/eqinfo/Makefile.am                      |  5 +-
 tests_auto/eqinfo/test_eqinfo.py                   |  0
 tests_auto/petsc/Makefile.am                       |  4 +-
 tests_auto/petsc/testpetsc.py                      |  2 +-
 unittests/libtests/bc/Makefile.am                  |  5 +-
 unittests/libtests/faults/Makefile.am              |  3 +-
 unittests/libtests/feassemble/Makefile.am          |  3 +-
 unittests/libtests/friction/Makefile.am            |  3 +-
 unittests/libtests/materials/Makefile.am           |  3 +-
 unittests/libtests/meshio/Makefile.am              |  3 +-
 unittests/libtests/topology/Makefile.am            |  3 +-
 unittests/libtests/utils/Makefile.am               |  3 +-
 unittests/pytests/bc/Makefile.am                   |  5 +-
 unittests/pytests/bc/testbc.py                     |  2 +-
 unittests/pytests/faults/Makefile.am               |  5 +-
 unittests/pytests/faults/testfaults.py             |  2 +-
 unittests/pytests/feassemble/Makefile.am           |  5 +-
 unittests/pytests/feassemble/testfeassemble.py     |  2 +-
 unittests/pytests/friction/Makefile.am             |  5 +-
 unittests/pytests/friction/testfriction.py         |  2 +-
 unittests/pytests/materials/Makefile.am            |  5 +-
 unittests/pytests/materials/testmaterials.py       |  2 +-
 unittests/pytests/meshio/Makefile.am               |  5 +-
 unittests/pytests/meshio/testcubit.py              |  2 +-
 unittests/pytests/meshio/testhdf5.py               |  2 +-
 unittests/pytests/meshio/testmeshio.py             |  2 +-
 unittests/pytests/mpi/Makefile.am                  |  5 +-
 unittests/pytests/mpi/testmpi.py                   |  2 +-
 unittests/pytests/problems/Makefile.am             |  5 +-
 unittests/pytests/problems/testproblems.py         |  2 +-
 unittests/pytests/topology/Makefile.am             | 12 +---
 unittests/pytests/topology/TestMeshGenSimple.py    | 82 ----------------------
 unittests/pytests/topology/testgensimple.py        | 75 --------------------
 unittests/pytests/topology/testtopology.py         |  2 +-
 unittests/pytests/utils/Makefile.am                |  5 +-
 unittests/pytests/utils/testmanager.py             |  2 +-
 unittests/pytests/utils/testutils.py               |  2 +-
 63 files changed, 92 insertions(+), 319 deletions(-)



More information about the CIG-COMMITS mailing list