Commit 2bab74c
abacus_fixer
build(make): link occ_matrix.o to fix undefined reference to OccupationMatrix::get_flat
occ_matrix.cpp was missing from Makefile.Objects, so the Intel Makefile
build did not compile/link occ_matrix.o, causing an undefined reference
to OccupationMatrix::get_flat in dftu_nao_op.cpp. Add it to OBJS_ELECSTAT
to mirror source_estate/CMakeLists.txt, which already lists occ_matrix.cpp
in the elecstate object library.1 parent 5a0b85c commit 2bab74c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments