Commit 5f3af73
abacus_fixer
fix(Makefile): update stale DFTU object names after module_dftu rename
The DFT+U LCAO files in module_dftu/ were renamed from dftu_lcao_*
to dftu_nao_* (step 6, commit 4fd1529), but source/Makefile.Objects
still referenced the old names. Additionally, dftu_fs.cpp was split
into four focused files (dftu_nao_fs_k/for_r/fs_r/str_r), so the old
single dftu_fs.o entry is no longer valid.
Fix both OBJS_LCAO and OBJS_DFTU sections to use the current source
filenames so the legacy Makefile build (used by the Intel CI) works.1 parent 8d7e74f commit 5f3af73
1 file changed
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
409 | 412 | | |
410 | 413 | | |
411 | 414 | | |
| |||
885 | 888 | | |
886 | 889 | | |
887 | 890 | | |
888 | | - | |
889 | | - | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
890 | 896 | | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
896 | 902 | | |
897 | 903 | | |
898 | 904 | | |
| |||
0 commit comments