Commit a2b96ee
abacus_fixer
build(dfpt): add new split dfpt object files to Makefile.Objects
The dfpt_pw/dfpt_pert/dfpt_phon refactoring split several monolithic
files into smaller units. CMakeLists.txt was updated but the parallel
Makefile.Objects OBJS_DFPT list was not, causing undefined references
to ModuleDFPT::DFPT_PW::run/init, DFPT_Pert::build_vkb/dVnl_dtau, and
DFPT_Phon::ion_ion in the Makefile-based CI build.
Added 9 missing object entries to OBJS_DFPT to mirror CMakeLists.txt:
dfpt_pw_init, dfpt_pw_run, dfpt_pw_solve, dfpt_pw_q0,
dfpt_pert_vkb, dfpt_pert_nl,
dfpt_phon_ewald, dfpt_phon_elec, dfpt_q0_pos.1 parent 8654fa1 commit a2b96ee
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
378 | 377 | | |
| 378 | + | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
380 | 382 | | |
| 383 | + | |
| 384 | + | |
381 | 385 | | |
382 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
383 | 391 | | |
| 392 | + | |
384 | 393 | | |
385 | 394 | | |
386 | 395 | | |
| |||
0 commit comments