add a hard dependency on EXTRA-PAIR to the DIELECTRIC package

This commit is contained in:
Axel Kohlmeyer
2021-07-27 18:21:08 -04:00
parent c4eee478b1
commit fe34fe26b2
2 changed files with 5 additions and 0 deletions

View File

@ -312,6 +312,7 @@ pkg_depends(LATBOLTZ MPI)
pkg_depends(PHONON KSPACE)
pkg_depends(SCAFACOS MPI)
pkg_depends(DIELECTRIC KSPACE)
pkg_depends(DIELECTRIC EXTRA-PAIR)
pkg_depends(CG-DNA MOLECULE)
pkg_depends(CG-DNA ASPHERE)

View File

@ -34,6 +34,10 @@ if (test $1 = 1) then
echo "Must install KSPACE package with DIELECTRIC package"
exit 1
fi
if (test ! -e ../pair_lj_cut_coul_debye.cpp) then
echo "Must install EXTRA-PAIR package with DIELECTRIC package"
exit 1
fi
fi
for file in *.cpp *.h; do