diff --git a/src/nwdft/libxc/GNUmakefile b/src/nwdft/libxc/GNUmakefile index 7408c3b118..e9dc0d9545 100644 --- a/src/nwdft/libxc/GNUmakefile +++ b/src/nwdft/libxc/GNUmakefile @@ -6,7 +6,7 @@ OBJ = nwchem_libxc_read.o \ nwchem_libxc_util.o OBJ_OPTIMIZE = nwchem_libxc_compute.o -USES_BLAS = nwchem_libxc_compute.o +USES_BLAS = nwchem_libxc_compute.F LIBRARY = libnwdft.a diff --git a/src/nwdft/lr_tddft/GNUmakefile b/src/nwdft/lr_tddft/GNUmakefile index 9344229489..0181cdb3bc 100644 --- a/src/nwdft/lr_tddft/GNUmakefile +++ b/src/nwdft/lr_tddft/GNUmakefile @@ -16,7 +16,7 @@ LIBRARY = libnwdft.a LIB_INCLUDES = -I../include USES_BLAS = tddft_diagon.F tddft_transfm.F tddft_analysis.F tddft_restart.F tddft_civecs_phase.F \ -tddft_fock_fit.F +tddft_fock_fit.F tddft_memory.F LIB_DEFINES = -DDEBUG_PRINT # diff --git a/src/nwdft/scf_dft/GNUmakefile b/src/nwdft/scf_dft/GNUmakefile index 6f295f0d97..c799e292a6 100644 --- a/src/nwdft/scf_dft/GNUmakefile +++ b/src/nwdft/scf_dft/GNUmakefile @@ -48,7 +48,8 @@ LIB_INCLUDES = -I../include -I../grid - USES_BLAS = dft_mxovl.F diis_bld12.F diis_bsolve.F dft_densm.F dft_swapab.F dft_canorg.F cdft_util.F dft_diagn.F dft_spinflip.F + USES_BLAS = dft_mxovl.F diis_bld12.F diis_bsolve.F dft_densm.F dft_swapab.F dft_canorg.F cdft_util.F dft_diagn.F dft_spinflip.F \ + dft_pstat.F HEADERS = dftps.fh dft_fdist.fh dft_conv.fh diff --git a/src/nwdft/xc/GNUmakefile b/src/nwdft/xc/GNUmakefile index b4c5ef7a5a..8cc323c6ca 100644 --- a/src/nwdft/xc/GNUmakefile +++ b/src/nwdft/xc/GNUmakefile @@ -74,7 +74,7 @@ LIB_INCLUDES = -I../include xc_eval_basis.F xc_eval_fnl.F xc_fd.F xc_optc.F xc_atomblock.F scat_mat.F \ xc_replicated.F xc_vdw_main.F xc_vdw_util.F\ xc_3rd_deriv.F xc_hcth.F ts_tf.F xc_xn12.F xc_util.F \ - xc_tabcd_adft.F xc_rhogen_adft.F + xc_tabcd_adft.F xc_rhogen_adft.F xc_getvxc.F xc_lb94.F include ../../config/makefile.h ifeq ($(_FC),ifort)