mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 05:35:37 -04:00
external LIBXC: LIBXC_DIR replaced by LIBXC_INCLUDE/LIBXC_LIB
This commit is contained in:
parent
76faf69f4f
commit
ab18feab3f
2 changed files with 4 additions and 4 deletions
|
|
@ -3634,9 +3634,9 @@ ifdef USE_LIBXC
|
|||
endif
|
||||
|
||||
# we use an external libxc library out of LIBXC_DIR
|
||||
ifdef LIBXC_DIR
|
||||
ifdef LIBXC_LIB
|
||||
DEFINES += -DUSE_LIBXC
|
||||
EXTRA_LIBS += -L$(LIBXC_DIR)/lib
|
||||
EXTRA_LIBS += -L$(LIBXC_LIB)
|
||||
EXTRA_LIBS += -lxcf03 -lxc
|
||||
endif
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ LIB_INCLUDES = -I../include
|
|||
ifdef USE_LIBXC
|
||||
LIB_INCLUDES += -I../../libext/libxc/install/include
|
||||
endif
|
||||
ifdef LIBXC_DIR
|
||||
LIB_INCLUDES += -I$(LIBXC_DIR)/include
|
||||
ifdef LIBXC_INCLUDE
|
||||
LIB_INCLUDES += -I$(LIBXC_INCLUDE)
|
||||
endif
|
||||
LIB_INCLUDES += -I.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue