mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
LIBXC_MODDIR location of libxc f90 modules eg. fedora /usr/lib64/gfortran/modules
This commit is contained in:
parent
21a9372b96
commit
542e7776d5
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue