make ld1 on a fresh installation fails because KS solvers were not among

the requisites (I think I removed them) for ld1 target. Fixed for now, but
I think there is something very wrong in an atomic code that works serially,
does not perform FFTs or diagonalize matrix, but still depends upon FFT and
diagonalization libraries via obscure dependencies (vdW-DF, mpi startup)
This commit is contained in:
Paolo Giannozzi 2018-07-17 20:09:24 +02:00
parent b2570db90f
commit 129886e460
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ gipaw : pw
d3q : ph
( cd install ; $(MAKE) -f plugins_makefile $@ || exit 1 )
ld1 : bindir libs mods
ld1 : bindir libs mods libdavid libcg
if test -d atomic ; then \
( cd atomic ; $(MAKE) TLDEPS= all || exit 1 ) ; fi