bump kim-api to 2.1.3
This commit is contained in:
@ -28,8 +28,8 @@ if(PKG_KIM)
|
|||||||
message(FATAL_ERROR "Compiling the KIM-API library requires a Fortran compiler")
|
message(FATAL_ERROR "Compiling the KIM-API library requires a Fortran compiler")
|
||||||
endif()
|
endif()
|
||||||
ExternalProject_Add(kim_build
|
ExternalProject_Add(kim_build
|
||||||
URL https://s3.openkim.org/kim-api/kim-api-2.1.2.txz
|
URL https://s3.openkim.org/kim-api/kim-api-2.1.3.txz
|
||||||
URL_MD5 6ac52e14ef52967fc7858220b208cba5
|
URL_MD5 6ee829a1bbba5f8b9874c88c4c4ebff8
|
||||||
BINARY_DIR build
|
BINARY_DIR build
|
||||||
CMAKE_ARGS -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
|
CMAKE_ARGS -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
|
||||||
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
|
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
|
||||||
|
|||||||
@ -18,7 +18,7 @@ parser = ArgumentParser(prog='Install.py',
|
|||||||
# settings
|
# settings
|
||||||
|
|
||||||
thisdir = fullpath('.')
|
thisdir = fullpath('.')
|
||||||
version = "kim-api-2.1.2"
|
version = "kim-api-2.1.3"
|
||||||
|
|
||||||
# help message
|
# help message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user