Commit e60a791
committed
Merge branch 'atmosphere/physics_mmm_build_fix' into develop (PR #1080)
This merge corrects parallel build failures in the atmosphere core by adding a
missing dependency on core_physics_mmm in src/core_atmosphere/physics/Makefile.
The core_physics_wrf build target should depend on core_physics_mmm, since
compilation of modules in the physics_wrf directory depends on successful
compilation of modules in the physics_mmm directory.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments