Skip to content

Commit

Permalink
Merge pull request #79 from ClimateGlobalChange/release/2.1.0
Browse files Browse the repository at this point in the history
Preparation for new release: v2.1.0
  • Loading branch information
paullric authored Jul 6, 2021
2 parents 70be3a4 + 3fc7bbb commit 3a564aa
Show file tree
Hide file tree
Showing 4 changed files with 973 additions and 110 deletions.
10 changes: 8 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,14 @@ nobase_dist_bin_SCRIPTS = \
test/run_fvtofv_rll_diffnorms.sh \
test/run_fvtogll_ico.sh \
test/run_glltofv_rll.sh \
test/run_glltogll_cs_diffnorms.sh
test/run_glltogll_cs_diffnorms.sh \
test/too_many_targets/too_many_targets.sh

EXTRA_DIST = $(doc_DATA) Makefile.gmake src/Makefile.gmake
GMAKE_FILES = mk/config.make mk/defs.make mk/framework.make mk/rules.make mk/system.make \
mk/system/agri.make mk/system/cheyenne.make mk/system/cori.make mk/system/example.make \
mk/system/macosx.make

EXTRA_DIST = $(doc_DATA) $(GMAKE_FILES) LICENSE Makefile.gmake src/Makefile.gmake \
src/netcdf-cxx-4.2.COPYRIGHT src/netcdf-cxx-4.2.README src/netcdf-cxx-4.2.VERSION

CLEANFILES = configs.sed
Loading

0 comments on commit 3a564aa

Please sign in to comment.