mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
Fix USE_BLAS variables in GNUMakefiles
This commit is contained in:
parent
1514c802c8
commit
ebe999d1ae
10 changed files with 10 additions and 11 deletions
|
|
@ -88,8 +88,6 @@ USES_BLAS = ecp_bess_pow.f \
|
|||
ecp_int0.F \
|
||||
ecp_int1.F \
|
||||
ecp_int2.F \
|
||||
ecp_int3.F \
|
||||
ecp_int4.F \
|
||||
ecp_integral.F \
|
||||
ecp_local0.F \
|
||||
ecp_local1.F \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
dplot_defgrid.o dplot_dump.o dplot_dos.o ao_rdm_read.o
|
||||
|
||||
LIBRARY = libdplot.a
|
||||
USES_BLAS = dplot.F dmat.F create_contour.F get_charges.F dplot_dos.F tce_dplot.F
|
||||
USES_BLAS = dplot.F dmat.F create_contour.F get_charges.F dplot_dos.F
|
||||
|
||||
include ../config/makefile.h
|
||||
include ../config/makelib.h
|
||||
|
|
|
|||
|
|
@ -4,10 +4,11 @@ SUBDIRS =
|
|||
|
||||
OBJ = ncc_input.o ncc_driver.o
|
||||
|
||||
OBJ_OPTIMIZE = ncc_util.o ncc_offset_util.o \
|
||||
OBJ_OPTIMIZE = ncc_util.o \
|
||||
ncc_singles.o ncc_doubles.o \
|
||||
ncc_fourindex.o
|
||||
|
||||
|
||||
LIBRARY = libncc.a
|
||||
|
||||
USES_BLAS =
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
kbpp_band_stress.F integrate_kbpp_band_stress_local.F \
|
||||
integrate_kbpp_band_stress_nonlocal.F \
|
||||
HGH_band_local.F HGH_band_nonlocal.F Tesseral_band.F \
|
||||
Spherical_band.F hghpp_band.F rkbpp.F
|
||||
Spherical_band.F hghpp_band.F
|
||||
|
||||
LIB_DEFINES =
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
LIBRARY = libband.a
|
||||
|
||||
USES_BLAS = band_structure.F band_interpolate_structure.F band_kb_structure.F
|
||||
USES_BLAS = band_structure.F band_interpolate_structure.F
|
||||
|
||||
|
||||
LIB_DEFINES =
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
LIBRARY = libnwpwlib.a
|
||||
|
||||
USES_BLAS = ewald.o ewald_strfac.o
|
||||
USES_BLAS = ewald.F ewald_strfac.F
|
||||
|
||||
LIB_DEFINES =
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
LIBRARY = libofpw.a
|
||||
|
||||
USES_BLAS = psi_H.F psi_Hv4.F
|
||||
USES_BLAS = chi_H.F chi_Hv4.F
|
||||
|
||||
LIB_DEFINES =
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ include ../../../config/makefile.h
|
|||
|
||||
LIBRARY = libpspw.a
|
||||
|
||||
USES_BLAS = update_unitcell.F stress_fd.F force_fd
|
||||
USES_BLAS = update_unitcell.F stress_fd.F force_fd.F
|
||||
|
||||
LIB_DEFINES =
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
LIBRARY = libpspw.a
|
||||
|
||||
USES_BLAS = pspw_qmmm.F pspw_qmmm2.F
|
||||
USES_BLAS = pspw_qmmm.F
|
||||
LIB_DEFINES =
|
||||
LIB_INCLUDES =
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
LIB_INCLUDES = -I../nwdft/include -I../ddscf
|
||||
|
||||
USES_BLAS = hnd_elfcon.F hnd_elfcon_Z4.F wnbofile.F hnd_spinspin.F hnd_mtpole.F hnd_mulken.F \
|
||||
USES_BLAS = hnd_elfcon.F wnbofile.F hnd_spinspin.F hnd_mtpole.F hnd_mulken.F \
|
||||
hnd_elpmap.F hnd_elfmap.F hnd_mtpcon.F giaofock.F hnd_spinspin.F \
|
||||
aoresponse_driver.F
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue