Skip to content

Commit

Permalink
Merge pull request #64 from geodynamics/baagaard/fix-makefile-dist
Browse files Browse the repository at this point in the history
Update Makefile.am files for distribution
  • Loading branch information
baagaard-usgs authored Jun 6, 2022
2 parents d1017eb + 2f03b18 commit 547ba25
Show file tree
Hide file tree
Showing 8 changed files with 569 additions and 62 deletions.
16 changes: 8 additions & 8 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ ACLOCAL_AMFLAGS = -I m4

SUBDIRS = \
bin \
libsrc
libsrc \
pythia

if ENABLE_MPI
SUBDIRS += nemesis
Expand All @@ -27,18 +28,17 @@ EXTRA_DIST = \
docker/debian-testing \
docker/ubuntu-18.04 \
docker/ubuntu-20.04 \
docker/ubuntu-21.04 \
docker/fedora-33 \
docker/ubuntu-22.04 \
docker/fedora-34 \
docker/centos-8 \
docker/fedora-35 \
docker/fedora-36 \
docker/rockylinux-8 \
docker/pythia-testenv \
developer/uncrustify.cfg \
ci-config/run_tests.sh \
ci-config/codecov.yml


install-exec-local:
$(PYTHON) -m pip install $(top_srcdir)


.PHONY: coverage-libtests coverage-pytests coverage-html clean-coverage

if ENABLE_TEST_COVERAGE
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ AC_CONFIG_FILES([
bin/Makefile
libsrc/Makefile
libsrc/pythia/Makefile
pythia/Makefile
tests/Makefile
tests/pytests/Makefile
tests/libtests/Makefile
Expand Down
54 changes: 0 additions & 54 deletions docker/centos-8

This file was deleted.

File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions nemesis/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ nemesis_SOURCES = nemesis.c
mpinemesis_SOURCES = nemesis.c
mpinemesis_CFLAGS = -DUSE_MPI

EXTRA_DIST = \
_mpi.c \
_mpi.pxd \
_mpi.pyx \
cmpi.pxd \
mpi.pxd \
pympi.h

# End of file
Loading

0 comments on commit 547ba25

Please sign in to comment.