Skip to content

Commit

Permalink
Added missing cmake/FindMPI files and environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Jun 28, 2024
1 parent b748e84 commit 25c7370
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = CMakeLists.txt INSTALL NOTICE README RELEASE database/CMakeLists.txt
SUBDIRS = doc examples src test
ACLOCAL_AMFLAGS=-I m4
EXTRA_DIST=\
cmake/FindMPI.cmake\
cmake/FindPackageHandleStandardArgs.cmake\
cmake/FindPackageMessage.cmake\
CMakeLists.txt\
database/CMakeLists.txt\
environment.yml\
INSTALL\
NOTICE\
README\
RELEASE
SUBDIRS=doc examples src test

# Docs
#
Expand Down

0 comments on commit 25c7370

Please # to comment.