LIBXC_MODDIR location of libxc f90 modules eg. fedora /usr/lib64/gfortran/modules

This commit is contained in:
edoapra 2023-01-21 12:16:52 -08:00
parent 21a9372b96
commit 542e7776d5
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -21,6 +21,9 @@ LIB_DEFINES += -DXC_MAJOR_VERSION=$(shell grep XC_MAJOR_VERSION $(LIBXC_INCLUDE)
LIB_DEFINES += -DLIBXC_NP_SIZE=$(shell ./libxc_findsizenp.sh $(LIBXC_INCLUDE))
LIB_INCLUDES += -I$(LIBXC_INCLUDE)
endif
ifdef LIBXC_MODDIR
LIB_INCLUDES += -I$(LIBXC_MODDIR)
endif
LIB_INCLUDES += -I.