Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: refactored meson files for cray build #1258

Merged
merged 4 commits into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update mf5to6 makefile
  • Loading branch information
jdhughes-usgs committed Jun 16, 2023
commit 60f3ffef6408d6051f1b0453f5eacd1fbb90c309
1 change: 1 addition & 0 deletions utils/mf5to6/make/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $(OBJDIR)/kind.o \
$(OBJDIR)/Constants.o \
$(OBJDIR)/SimVariables.o \
$(OBJDIR)/genericutils.o \
$(OBJDIR)/defmacro.o \
$(OBJDIR)/compilerversion.o \
$(OBJDIR)/version.o \
$(OBJDIR)/OpenSpec.o \
Expand Down
1 change: 1 addition & 0 deletions utils/mf5to6/pymake/extrafiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
../../../src/Utilities/kind.f90
../../../src/Utilities/List.f90
../../../src/Utilities/OpenSpec.f90
../../../src/Utilities/defmacro.F90
../../../src/Utilities/version.f90
../../../src/Utilities/Table.f90
../../../src/Utilities/TableTerm.f90