update for kim-api-2.2.1
This commit is contained in:
@ -34,8 +34,8 @@ if(DOWNLOAD_KIM)
|
|||||||
enable_language(C)
|
enable_language(C)
|
||||||
enable_language(Fortran)
|
enable_language(Fortran)
|
||||||
ExternalProject_Add(kim_build
|
ExternalProject_Add(kim_build
|
||||||
URL https://s3.openkim.org/kim-api/kim-api-2.2.0.txz
|
URL https://s3.openkim.org/kim-api/kim-api-2.2.1.txz
|
||||||
URL_MD5 e7f944e1593cffd7444679a660607f6c
|
URL_MD5 ae1ddda2ef7017ea07934e519d023dca
|
||||||
BINARY_DIR build
|
BINARY_DIR build
|
||||||
CMAKE_ARGS ${CMAKE_REQUEST_PIC}
|
CMAKE_ARGS ${CMAKE_REQUEST_PIC}
|
||||||
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
|
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
|
||||||
|
|||||||
@ -18,13 +18,14 @@ parser = ArgumentParser(prog='Install.py',
|
|||||||
# settings
|
# settings
|
||||||
|
|
||||||
thisdir = fullpath('.')
|
thisdir = fullpath('.')
|
||||||
version = "2.2.0"
|
version = "2.2.1"
|
||||||
|
|
||||||
# known checksums for different KIM-API versions. used to validate the download.
|
# known checksums for different KIM-API versions. used to validate the download.
|
||||||
checksums = { \
|
checksums = { \
|
||||||
'2.1.2' : '6ac52e14ef52967fc7858220b208cba5', \
|
'2.1.2' : '6ac52e14ef52967fc7858220b208cba5', \
|
||||||
'2.1.3' : '6ee829a1bbba5f8b9874c88c4c4ebff8', \
|
'2.1.3' : '6ee829a1bbba5f8b9874c88c4c4ebff8', \
|
||||||
'2.2.0' : 'e7f944e1593cffd7444679a660607f6c', \
|
'2.2.0' : 'e7f944e1593cffd7444679a660607f6c', \
|
||||||
|
'2.2.1' : 'ae1ddda2ef7017ea07934e519d023dca', \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user