Provides a Docker image using a docker file for executing landslides-trigrs.
The project TRIGRS is courtesy of the U.S. Geological Survey. The project is hosted at https://code.usgs.gov/usgs/landslides-trigrs/, and is licensed as public domain.
Visit the USGS at https://usgs.gov.
TRIGRS requires MPICH, which is not currently available as a package in the used base image. This has been added as a layer, compiled from source. See the project page at http://www.mpich.org/.
The docker image uses centos
as base image.
Used packages (with its dependencies): gfortran gcc-gfortran gdb make wget gcc-c++ gsl gsl-devel
Not all packages may be needed in the final image. A multi-stage build could create a smaller image, by removing everything that is needed for initial compilation.
AppVeyor
Used dependencies and licenses are documented in NOTICE.md
You may contribute to this project by creating issues and pull-requests. Please refer to Code of Conduct and Contributing for more details.