geodynamics / mineos

Mineos computes synthetic seismograms in a spherically symmetric non-rotating Earth by summing normal modes.
http://geodynamics.org/cig/software/mineos/
GNU General Public License v2.0
24 stars 19 forks source link

Add Dockerfile & automake files #13

Closed JarettBakerDunn closed 5 months ago

JarettBakerDunn commented 5 months ago

I forked this branch from anowacki/mineos:config, so it has the automake configure and makefiles needed to actually build the program. I removed the Lyx requirement from the makefile because it seemed to prevent the program from compiling in the ubuntu container. The demo data needed to run the tests is included in another pull request. The docker image is currently located here: https://hub.docker.com/r/jbakerdunn/mineos

JarettBakerDunn commented 5 months ago

The configure script now only throws a notice rather than an error when it is run without Lyx installed. Because of this change I added the Lyx requirement back, which I mentioned removing in my previous comment. I also removed the demo data from this pull request because it's in the demo-data pull request.