mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 21:25:29 -04:00
typo
This commit is contained in:
parent
13e0f41858
commit
46e603d402
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ LIB_DEFINES += -DLIBXC_NP_SIZE=$(shell ./libxc_findsizenp.sh ../../libext/libxc/
|
|||
LIB_INCLUDES += -I../../libext/libxc/install/include
|
||||
endif
|
||||
ifdef LIBXC_INCLUDE
|
||||
LIB_DEFINES += -DXC_MAJOR_VERSION=$(shell grep XC_MAJOR_VE
|
||||
RSION $(LIBXC_INCLUDE)/xc_version.h |cut -d " " -f 3)
|
||||
LIB_DEFINES += -DXC_MAJOR_VERSION=$(shell grep XC_MAJOR_VERSION $(LIBXC_INCLUDE)/xc_version.h |cut -d " " -f 3)
|
||||
LIB_DEFINES += -DLIBXC_NP_SIZE=$(shell ./libxc_findsizenp.sh $(LIBXC_INCLUDE))
|
||||
LIB_INCLUDES += -I$(LIBXC_INCLUDE)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue