Commit e411765
committed
Merge branch 'fix_esmf_link_path' into develop (PR #1432)
This merge corrects a typographical error in src/core_atmosphere/utils/Makefile,
where the variable 'MPAS_ESMF_LIBS' should be 'MPAS_ESMF_LIB', matching the
name of the variable as defined in the top-level Makefile.
This typo was caught when trying to build with the 'nvhpc' target with
DEBUG=true, where missing references to various esmf symbols were generated when
linking the 'build_tables' executable.
* fix_esmf_link_path:
Correcting the ESMF link path in src/core_atmosphere/utils/Makefile1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments