git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14823 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -15,6 +15,12 @@
|
||||
|
||||
# Settings that the LAMMPS build will import when this package is installed
|
||||
|
||||
kim_SYSINC = $(shell kim-api-build-config --includes)
|
||||
kim_SYSLIB = $(shell kim-api-build-config --ldlibs)
|
||||
kim_SYSPATH = $(shell kim-api-build-config --ldflags)
|
||||
|
||||
KIM_CONFIG_HELPER = kim-api-build-config
|
||||
ifeq ($(shell $(KIM_CONFIG_HELPER) --version 2> /dev/null),)
|
||||
$(error $(KIM_CONFIG_HELPER) utility is not available. Something is wrong with your KIM API package setup)
|
||||
endif
|
||||
|
||||
kim_SYSINC = $(shell $(KIM_CONFIG_HELPER) --includes)
|
||||
kim_SYSLIB = $(shell $(KIM_CONFIG_HELPER) --ldlibs)
|
||||
kim_SYSPATH = $(shell $(KIM_CONFIG_HELPER) --ldflags)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
This package (pair-kim-v1.7.2) created from commit
|
||||
This package (pair-kim-v1.7.2+1) created from commit
|
||||
|
||||
ff907f94d1ae99114c12155f7f175ab63aa32b39
|
||||
ced1275c5fd5b382cb9bd39e44ed1324c7c85e99
|
||||
|
||||
of the pair-kim git repository
|
||||
By Ryan S. Elliott (relliott@umn.edu) on Sun Jun 28 20:16:30 EDT 2015.
|
||||
By Ryan S. Elliott (relliott@umn.edu) on Mon Feb 22 14:59:53 CST 2016.
|
||||
|
||||
Reference in New Issue
Block a user