Commit 4c587d1
abacus_fixer
fix(build): update Makefile.Objects for deltaspin_pw_impl migration
Commit dae8f04 moved deltaspin_pw_impl.cpp from module_pwdft to
module_deltaspin/deltaspin_pw_mi.cpp and updated both CMakeLists.txt
files, but the legacy source/Makefile.Objects was not updated:
- Remove stale deltaspin_pw_impl.o from OBJS_SRCPW (file no longer
exists, caused "No rule to make target" build error)
- Add deltaspin_pw_mi.o to OBJS_DELTASPIN to register the new file
and avoid undefined references at link time1 parent 6ef7d52 commit 4c587d1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
823 | 822 | | |
824 | 823 | | |
825 | 824 | | |
| |||
912 | 911 | | |
913 | 912 | | |
914 | 913 | | |
| 914 | + | |
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
| |||
0 commit comments