geodynamics / pylith

PyLith is a finite element code for the solution of dynamic and quasi-static tectonic deformation problems.
Other
154 stars 98 forks source link

Building templates/friction or templates/materials: autoconf files missing from m4 directory #46

Closed baagaard-usgs closed 7 years ago

baagaard-usgs commented 7 years ago

The PyLith binary v2.2.0 and v2.2.1 and the source tarball (including some earlier versions as well) are missing autoconf files in the m4 directories in templates/friction and templates/materials.

The symptom is the following error when running configure in templates/friction or templates/materials:

./configure: line 16672: CIT_HEADER_MPI: command not found
./configure: line 16681: syntax error near unexpected token `3.6.1'
./configure: line 16681: `CIT_PATH_PETSC(3.6.1)'

Issue was reported by Ekaterina Bolotskaya via cig-short@geodynamics.org.

baagaard-usgs commented 7 years ago

The workaround for the v2.2.0 and v2.2.1 binary packages and the PyLith installer (if not using the PyLith master branch Git repository) is to copy the autoconf files from the top-level m4 directory.

Fixed in maint (bbb1ad499286b58ba95f9928f87b3793f9b7caf3) and master (c84aa2e6250f936f67304f8233ff5313251db782).